Skip to content

Commit 1aa7b68

Browse files
Martin Ågrengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 833375f commit 1aa7b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-commit-graph.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ With the `--append` option, include all commits that are present in the
5858
existing commit-graph file.
5959
+
6060
With the `--changed-paths` option, compute and write information about the
61-
paths changed between a commit and it's first parent. This operation can
61+
paths changed between a commit and its first parent. This operation can
6262
take a while on large repositories. It provides significant performance gains
6363
for getting history of a directory or a file with `git log -- <path>`.
6464
+

0 commit comments

Comments
 (0)