From 9a91f7a4de430235fe401eb8b598724f70bd70b8 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 9 Aug 2024 10:13:49 -0700 Subject: [PATCH 1/2] tutorial: grammofix We say "these", so "range notations" must be plural. Reported-by: Furkan Akkurt Signed-off-by: Junio C Hamano --- Documentation/gittutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt index 0e0b863105b104..8b5b15ce0574a2 100644 --- a/Documentation/gittutorial.txt +++ b/Documentation/gittutorial.txt @@ -361,7 +361,7 @@ $ gitk HEAD...FETCH_HEAD This means "show everything that is reachable from either one, but exclude anything that is reachable from both of them". -Please note that these range notation can be used with both gitk +Please note that these range notations can be used with both gitk and "git log". After inspecting what Bob did, if there is nothing urgent, Alice may From 170cdfc5a41a54014344d25d051e2c7dfb6087da Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 9 Aug 2024 10:14:12 -0700 Subject: [PATCH 2/2] doc: grammofix in git-diff-tree Describe in present tense what the option does when it is given. Signed-off-by: Junio C Hamano --- Documentation/git-diff-tree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index 274d5eaba93dab..59bdc228e4cbcf 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