git-commit-graph.txt: fix grammo
It's easy to mix up the possessive "its" and "it's" ("it is"). Correct an instance of this. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
833375ff1a
commit
1aa7b686d6
@ -58,7 +58,7 @@ With the `--append` option, include all commits that are present in the
|
|||||||
existing commit-graph file.
|
existing commit-graph file.
|
||||||
+
|
+
|
||||||
With the `--changed-paths` option, compute and write information about the
|
With the `--changed-paths` option, compute and write information about the
|
||||||
paths changed between a commit and it's first parent. This operation can
|
paths changed between a commit and its first parent. This operation can
|
||||||
take a while on large repositories. It provides significant performance gains
|
take a while on large repositories. It provides significant performance gains
|
||||||
for getting history of a directory or a file with `git log -- <path>`.
|
for getting history of a directory or a file with `git log -- <path>`.
|
||||||
+
|
+
|
||||||
|
Reference in New Issue
Block a user