aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/commitgraph/commitgraph.go
Commit message (Collapse)AuthorAgeFilesLines
* plumbing: commitgraph, fix types and handle commit-graph-chainsAndrew Thornton2023-10-081-0/+6
| | | | | | | | | 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>
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-1/+1
|
* plumbing: format/commitgraph, rename structs/fields to follow the terms used ↵Filip Navara2019-04-251-3/+3
| | | | | | by git more closely Signed-off-by: Filip Navara <navara@emclient.com>
* plumbing: format/commitgraph, add APIs for reading and writing commit-graph ↵Filip Navara2019-04-241-0/+35
files Signed-off-by: Filip Navara <filip.navara@gmail.com>