]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-commit-graph.txt: fix grammo
authorMartin Ågren <martin.agren@gmail.com>
Sun, 17 May 2020 18:52:18 +0000 (20:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2020 20:19:20 +0000 (13:19 -0700)
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>
Documentation/git-commit-graph.txt

index 53a650225a8b4d523cb0278b40d274990805e234..258bf66e464f5108a6d1381276d505a0ff02be4f 100644 (file)
@@ -58,7 +58,7 @@ With the `--append` option, include all commits that are present in the
 existing commit-graph file.
 +
 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
 for getting history of a directory or a file with `git log -- <path>`.
 +