Skip to content

Commit

Permalink
Merge branch 'jc/grammo-fixes' into seen
Browse files Browse the repository at this point in the history
* jc/grammo-fixes:
  doc: grammofix in git-diff-tree
  tutorial: grammofix
  • Loading branch information
gitster committed Aug 9, 2024
2 parents cfe78af + 170cdfc commit 25c002d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-diff-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/gittutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,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
Expand Down

0 comments on commit 25c002d

Please sign in to comment.