gitea/vendor/gopkg.in/src-d/go-git.v4/plumbing/object
Filip Navara 6e2a59e4ce 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
2019-07-02 10:15:14 +08:00
..
commitgraph Use commit graph files for listing pages (#7314) 2019-07-02 10:15:14 +08:00
blob.go
change_adaptor.go
change.go
commit_walker_bfs_filtered.go update go-git to v4.12.0 - fixes #7248 (#7249) 2019-06-19 10:14:15 +08:00
commit_walker_bfs.go
commit_walker_ctime.go
commit_walker_file.go
commit_walker.go
commit.go update go-git to v4.12.0 - fixes #7248 (#7249) 2019-06-19 10:14:15 +08:00
common.go update go-git to v4.12.0 - fixes #7248 (#7249) 2019-06-19 10:14:15 +08:00
difftree.go
file.go
merge_base.go update go-git to v4.12.0 - fixes #7248 (#7249) 2019-06-19 10:14:15 +08:00
object.go
patch.go update go-git to v4.12.0 - fixes #7248 (#7249) 2019-06-19 10:14:15 +08:00
tag.go update go-git to v4.12.0 - fixes #7248 (#7249) 2019-06-19 10:14:15 +08:00
tree.go update go-git to v4.12.0 - fixes #7248 (#7249) 2019-06-19 10:14:15 +08:00
treenoder.go