Files
git/Documentation/git-commit-graph.txt
Derrick Stolee 4ce58ee38d commit-graph: create git-commit-graph builtin
Teach git the 'commit-graph' builtin that will be used for writing and
reading packed graph files. The current implementation is mostly
empty, except for an '--object-dir' option.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-04-02 14:27:38 -07:00

11 lines
152 B
Plaintext

git-commit-graph(1)
===================
NAME
----
git-commit-graph - Write and verify Git commit graph files
GIT
---
Part of the linkgit:git[1] suite