diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-08-09 19:14:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-09 19:15:31 +0200 |
commit | 170cdfc5a41a54014344d25d051e2c7dfb6087da (patch) | |
tree | ae71dc129128ba438f3fd2cf78490b63df949d45 | |
parent | tutorial: grammofix (diff) | |
download | git-170cdfc5a41a54014344d25d051e2c7dfb6087da.tar.xz git-170cdfc5a41a54014344d25d051e2c7dfb6087da.zip |
doc: grammofix in git-diff-tree
Describe in present tense what the option does when it is given.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-diff-tree.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index 274d5eaba9..59bdc228e4 100644 --- a/Documentation/git-diff-tree.txt +++ b/Documentation/git-diff-tree.txt @@ -88,7 +88,7 @@ include::pretty-options.txt[] --no-commit-id:: 'git diff-tree' outputs a line with the commit ID when - applicable. This flag suppressed the commit ID output. + applicable. This flag suppresses the commit ID output. -c:: This flag changes the way a merge commit is displayed |