aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/commitgraph/commitnode.go
Commit message (Collapse)AuthorAgeFilesLines
* plumbing: commitgraph, Add generation v2 supportAndrew Thornton2023-10-121-0/+4
| | | | | | | | 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>
* *: fix some typosZhizhen He2023-09-081-98/+98
| | | | Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-3/+3
|
* Move CommitNode/CommitNodeIndex into separate object/commitgraph packageFilip Navara2019-05-031-0/+98
Signed-off-by: Filip Navara <filip.navara@gmail.com>