diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-10-29 23:09:55 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-10-29 23:09:55 +0100 |
commit | 8183b63ff6a9c7eec5555e51e127e712efb64704 (patch) | |
tree | 0021e183d84e4359b66485a9d74c951a93ab9264 /Documentation/git-range-diff.txt | |
parent | The twenty-first batch (diff) | |
parent | t/README: fix multi-prerequisite example (diff) | |
download | git-8183b63ff6a9c7eec5555e51e127e712efb64704.tar.xz git-8183b63ff6a9c7eec5555e51e127e712efb64704.zip |
Merge branch 'sn/typo-grammo-phraso-fixes'
Many typos, ungrammatical sentences and wrong phrasing have been
fixed.
* sn/typo-grammo-phraso-fixes:
t/README: fix multi-prerequisite example
doc/gitk: s/sticked/stuck/
git-jump: admit to passing merge mode args to ls-files
doc/diff-options: improve wording of the log.diffMerges mention
doc: fix some typos, grammar and wording issues
Diffstat (limited to 'Documentation/git-range-diff.txt')
-rw-r--r-- | Documentation/git-range-diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-range-diff.txt b/Documentation/git-range-diff.txt index 605a92e224..fbdbe0befe 100644 --- a/Documentation/git-range-diff.txt +++ b/Documentation/git-range-diff.txt @@ -166,7 +166,7 @@ A typical output of `git range-diff` would look like this: In this example, there are 3 old and 3 new commits, where the developer removed the 3rd, added a new one before the first two, and modified the -commit message of the 2nd commit as well its diff. +commit message of the 2nd commit as well as its diff. When the output goes to a terminal, it is color-coded by default, just like regular `git diff`'s output. In addition, the first line (adding a |