Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- // Package commitgraph provides an interface for efficient traversal over Git
- // commit graph either through the regular object storage, or optionally with
- // the index stored in commit-graph file (Git 2.18+).
- //
- // The API and functionality of this package are considered EXPERIMENTAL and is
- // not considered stable nor production ready.
- package commitgraph
|