diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-09-12 11:02:19 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-12 11:02:19 -0700 |
| commit | d2b936f1dc1a48e6fbe43aabcdf66fb06e648c1a (patch) | |
| tree | a3c3e2a9316d89d98fd5c1ca9f51440e18bd428e | |
| parent | 1b9a1246ef1ea532c7e030e47777035ba0d12a9b (diff) | |
| parent | 170cdfc5a41a54014344d25d051e2c7dfb6087da (diff) | |
| download | git-d2b936f1dc1a48e6fbe43aabcdf66fb06e648c1a.tar.gz | |
Merge branch 'jc/grammo-fixes' into maint-2.46
Doc updates.
* jc/grammo-fixes:
doc: grammofix in git-diff-tree
tutorial: grammofix
| -rw-r--r-- | Documentation/git-diff-tree.txt | 2 | ||||
| -rw-r--r-- | Documentation/gittutorial.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index 143318c411..09286a85eb 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 diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt index 4759408788..f89ad30cf6 100644 --- a/Documentation/gittutorial.txt +++ b/Documentation/gittutorial.txt @@ -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 |
