本站源代码
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.

8 lines
360B

  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.
  7. package commitgraph
上海开阖软件有限公司 沪ICP备12045867号-1