fork of go-git with some jj specific features
at main 7 lines 360 B view raw
1// Package commitgraph provides an interface for efficient traversal over Git 2// commit graph either through the regular object storage, or optionally with 3// the index stored in commit-graph file (Git 2.18+). 4// 5// The API and functionality of this package are considered EXPERIMENTAL and is 6// not considered stable nor production ready. 7package commitgraph