The command is `git commit-graph`, but the file it processes is the "commit graph file" without a dash. We have a few references to the "commit-graph file", though. Fix them. Signed-off-by: Martin Ågren <martin.agren@xxxxxxxxx> --- Documentation/git-commit-graph.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/git-commit-graph.txt b/Documentation/git-commit-graph.txt index 55f63d47d9..dd0a53736f 100644 --- a/Documentation/git-commit-graph.txt +++ b/Documentation/git-commit-graph.txt @@ -50,7 +50,7 @@ commits starting at all refs. (Cannot be combined with `--stdin-commits` or `--stdin-packs`.) + With the `--append` option, include all commits that are present in the -existing commit-graph file. +existing commit graph file. 'read':: @@ -59,7 +59,7 @@ Used for debugging purposes. 'verify':: -Read the commit-graph file and verify its contents against the object +Read the commit graph file and verify its contents against the object database. Used to check for corrupted data. @@ -93,7 +93,7 @@ $ git show-ref -s | git commit-graph write --stdin-commits $ git rev-parse HEAD | git commit-graph write --stdin-commits --append ------------------------------------------------ -* Read basic information from the commit-graph file. +* Read basic information from the commit graph file. + ------------------------------------------------ $ git commit-graph read -- 2.19.0.216.g2d3b1c576c