Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plumbing: commitgraph, fix types and handle commit-graph-chains | Andrew Thornton | 2023-10-08 | 4 | -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 typos | Zhizhen He | 2023-09-08 | 2 | -246/+246 |
| | | | | Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com> | ||||
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 2 | -4/+5 |
| | |||||
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 1 | -1/+1 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 5 | -17/+17 |
| | |||||
* | Add doc.go for commitgraph packages | Filip Navara | 2019-05-07 | 1 | -0/+7 |
| | | | | Signed-off-by: Filip Navara <filip.navara@gmail.com> | ||||
* | Fix object/commitgraph tests | Filip Navara | 2019-05-03 | 1 | -0/+3 |
| | | | | Signed-off-by: Filip Navara <filip.navara@gmail.com> | ||||
* | Move CommitNode/CommitNodeIndex into separate object/commitgraph package | Filip Navara | 2019-05-03 | 5 | -0/+568 |
Signed-off-by: Filip Navara <filip.navara@gmail.com> |