aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/commitgraph
Commit message (Collapse)AuthorAgeFilesLines
* plumbing: commitgraph, Add generation v2 supportAndrew Thornton2023-10-129-1/+634
| | | | | | | | This PR adds in support for generation v2 support and a couple of new walkers to match --date-order etc options on log. This PR also fixes a bug in the chain code and adds more tests. Signed-off-by: Andrew Thornton <art27@cantab.net>
* plumbing: commitgraph, fix types and handle commit-graph-chainsAndrew Thornton2023-10-084-328/+335
| | | | | | | | | Unfortunately the original variant makes some incorrect typing assumptions about commit-graphs which make handling graph chains difficult to do correctly. This creates a new subpackage and deprecates the old one. It then adds support commit graph chains. Signed-off-by: Andrew Thornton <art27@cantab.net>
* *: fix some typosZhizhen He2023-09-082-246/+246
| | | | Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
* fix goreportcard warningsOleg Kovalov2020-07-012-4/+5
|
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-1/+1
|
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-105-17/+17
|
* Add doc.go for commitgraph packagesFilip Navara2019-05-071-0/+7
| | | | Signed-off-by: Filip Navara <filip.navara@gmail.com>
* Fix object/commitgraph testsFilip Navara2019-05-031-0/+3
| | | | Signed-off-by: Filip Navara <filip.navara@gmail.com>
* Move CommitNode/CommitNodeIndex into separate object/commitgraph packageFilip Navara2019-05-035-0/+568
Signed-off-by: Filip Navara <filip.navara@gmail.com>