aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/modules.txt
diff options
context:
space:
mode:
authorFilip Navara <filip.navara@gmail.com>2019-07-02 04:15:14 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2019-07-02 10:15:14 +0800
commit6e2a59e4ceb89c4e369a5ff1cac95c31f7e7ecd6 (patch)
tree00955179d6e1b61285c4f625acbfa1599276b041 /vendor/modules.txt
parente728b5581291d6d9a62fcd8ab2c3b2e6c89b7138 (diff)
downloadgitea-6e2a59e4ceb89c4e369a5ff1cac95c31f7e7ecd6.tar.gz
gitea-6e2a59e4ceb89c4e369a5ff1cac95c31f7e7ecd6.zip
Use commit graph files for listing pages (#7314)
* Experimental support for git commit graph files and bloom filter index Signed-off-by: Filip Navara <filip.navara@gmail.com> * Force vendor of commitgraph Signed-off-by: Filip Navara <filip.navara@gmail.com> * Remove bloom filter experiment and debug prints * Remove old code for building commit graphs * Remove unused function * Remove mmap usage * gofmt * sort vendor/modules.txt * Add copyright header and log commit-graph error
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r--vendor/modules.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt
index fe21d938d3..70dff4c9ef 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -432,7 +432,9 @@ gopkg.in/src-d/go-git.v4/config
gopkg.in/src-d/go-git.v4/plumbing
gopkg.in/src-d/go-git.v4/plumbing/cache
gopkg.in/src-d/go-git.v4/plumbing/filemode
+gopkg.in/src-d/go-git.v4/plumbing/format/commitgraph
gopkg.in/src-d/go-git.v4/plumbing/object
+gopkg.in/src-d/go-git.v4/plumbing/object/commitgraph
gopkg.in/src-d/go-git.v4/storage/filesystem
gopkg.in/src-d/go-git.v4/internal/revision
gopkg.in/src-d/go-git.v4/plumbing/format/gitignore
@@ -455,8 +457,8 @@ gopkg.in/src-d/go-git.v4/utils/merkletrie/index
gopkg.in/src-d/go-git.v4/utils/merkletrie/noder
gopkg.in/src-d/go-git.v4/internal/url
gopkg.in/src-d/go-git.v4/plumbing/format/config
-gopkg.in/src-d/go-git.v4/plumbing/format/diff
gopkg.in/src-d/go-git.v4/utils/binary
+gopkg.in/src-d/go-git.v4/plumbing/format/diff
gopkg.in/src-d/go-git.v4/plumbing/format/idxfile
gopkg.in/src-d/go-git.v4/plumbing/format/objfile
gopkg.in/src-d/go-git.v4/storage/filesystem/dotgit