mirror of
https://github.com/git/git.git
synced 2025-09-10 22:44:50 +02:00
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>
11 lines
152 B
Plaintext
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
|