mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 18:17:19 +00:00
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
This commit is contained in:
7
vendor/gopkg.in/src-d/go-git.v4/plumbing/object/commitgraph/doc.go
generated
vendored
Normal file
7
vendor/gopkg.in/src-d/go-git.v4/plumbing/object/commitgraph/doc.go
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
// Package commitgraph provides an interface for efficient traversal over Git
|
||||
// commit graph either through the regular object storage, or optionally with
|
||||
// the index stored in commit-graph file (Git 2.18+).
|
||||
//
|
||||
// The API and functionality of this package are considered EXPERIMENTAL and is
|
||||
// not considered stable nor production ready.
|
||||
package commitgraph
|
Reference in New Issue
Block a user