Skip to content

Commit fdf70da

Browse files
committed
Merge branch 'jc/grammo-fixes'
Doc updates. * jc/grammo-fixes: doc: grammofix in git-diff-tree tutorial: grammofix
2 parents d97956b + 170cdfc commit fdf70da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-diff-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ include::pretty-options.txt[]
8888

8989
--no-commit-id::
9090
'git diff-tree' outputs a line with the commit ID when
91-
applicable. This flag suppressed the commit ID output.
91+
applicable. This flag suppresses the commit ID output.
9292

9393
-c::
9494
This flag changes the way a merge commit is displayed

Documentation/gittutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ $ gitk HEAD...FETCH_HEAD
360360
This means "show everything that is reachable from either one, but
361361
exclude anything that is reachable from both of them".
362362

363-
Please note that these range notation can be used with both `gitk`
363+
Please note that these range notations can be used with both `gitk`
364364
and `git log`.
365365

366366
After inspecting what Bob did, if there is nothing urgent, Alice may

0 commit comments

Comments
 (0)