summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2020-05-17 18:52:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-05-18 20:19:20 (GMT)
commit1aa7b686d65f53b8abfc5b22c9f23e68ed732e07 (patch)
tree9904cf71f5f818f55fcb35b12dd145a74e15e770 /Documentation
parent833375ff1aa9dc71e9e2614eacc80281f2985128 (diff)
downloadgit-1aa7b686d65f53b8abfc5b22c9f23e68ed732e07.zip
git-1aa7b686d65f53b8abfc5b22c9f23e68ed732e07.tar.gz
git-1aa7b686d65f53b8abfc5b22c9f23e68ed732e07.tar.bz2
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-commit-graph.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit-graph.txt b/Documentation/git-commit-graph.txt
index 53a6502..258bf66 100644
--- a/Documentation/git-commit-graph.txt
+++ b/Documentation/git-commit-graph.txt
@@ -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>`.
+