aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/src-d/go-git.v4/plumbing/format/commitgraph
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-175-657/+0
|
* Update src-d/go-git to v4.13.0 (#7688)Antoine GIRARD2019-07-313-10/+8
| | | | | | | | * update gopkg.in/src-d/go-git.v4 v4.13.0 * mod tidy * vendor
* Use commit graph files for listing pages (#7314)Filip Navara2019-07-025-0/+659
* 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