Merge branch 'jc/grammo-fixes' into maint-2.46
Doc updates. * jc/grammo-fixes: doc: grammofix in git-diff-tree tutorial: grammofixmaint
commit
d2b936f1dc
|
@ -88,7 +88,7 @@ include::pretty-options.txt[]
|
||||||
|
|
||||||
--no-commit-id::
|
--no-commit-id::
|
||||||
'git diff-tree' outputs a line with the commit ID when
|
'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::
|
-c::
|
||||||
This flag changes the way a merge commit is displayed
|
This flag changes the way a merge commit is displayed
|
||||||
|
|
|
@ -360,7 +360,7 @@ $ gitk HEAD...FETCH_HEAD
|
||||||
This means "show everything that is reachable from either one, but
|
This means "show everything that is reachable from either one, but
|
||||||
exclude anything that is reachable from both of them".
|
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`.
|
and `git log`.
|
||||||
|
|
||||||
After inspecting what Bob did, if there is nothing urgent, Alice may
|
After inspecting what Bob did, if there is nothing urgent, Alice may
|
||||||
|
|
Loading…
Reference in New Issue