]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/grammo-fixes' into maint-2.46
authorJunio C Hamano <gitster@pobox.com>
Thu, 12 Sep 2024 18:02:19 +0000 (11:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Sep 2024 18:02:19 +0000 (11:02 -0700)
Doc updates.

* jc/grammo-fixes:
  doc: grammofix in git-diff-tree
  tutorial: grammofix

1  2 
Documentation/git-diff-tree.txt
Documentation/gittutorial.txt

Simple merge
index 4759408788070baba26b94e91dde74a9e6c6dda5,8b5b15ce0574a2bd3f787416db9c69ee121a3998..f89ad30cf652b49b6864b89b9174299f65954bd8
@@@ -360,8 -361,8 +360,8 @@@ $ gitk HEAD...FETCH_HEA
  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".
++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
  decide to continue working without pulling from Bob.  If Bob's history