summaryrefslogtreecommitdiffstats
path: root/git-range-diff.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-05 14:22:00 -0800
committerJunio C Hamano <gitster@pobox.com>2019-12-05 14:22:00 -0800
commitb3f862c5e7e19d0ae8abc32492356ff7d1578110 (patch)
tree95b41daba023b1705d5ec5b8d4db399c8cbc3f9d /git-range-diff.txt
parent8ef91f31f6606a0370b18943c3b0f089e04873f9 (diff)
downloadgit-htmldocs-b3f862c5e7e19d0ae8abc32492356ff7d1578110.tar.gz
Autogenerated HTML docs for v2.24.0-390-g083378
Diffstat (limited to 'git-range-diff.txt')
-rw-r--r--git-range-diff.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-range-diff.txt b/git-range-diff.txt
index 006feb7ec..9701c1e5f 100644
--- a/git-range-diff.txt
+++ b/git-range-diff.txt
@@ -57,6 +57,10 @@ to revert to color all lines according to the outer diff markers
See the ``Algorithm`` section below for an explanation why this is
needed.
+--[no-]notes[=<ref>]::
+ This flag is passed to the `git log` program
+ (see linkgit:git-log[1]) that generates the patches.
+
<range1> <range2>::
Compare the commits specified by the two ranges, where
`<range1>` is considered an older version of `<range2>`.
@@ -75,7 +79,7 @@ to revert to color all lines according to the outer diff markers
linkgit:git-diff[1]), most notably the `--color=[<when>]` and
`--no-color` options. These options are used when generating the "diff
between patches", i.e. to compare the author, commit message and diff of
-corresponding old/new commits. There is currently no means to tweak the
+corresponding old/new commits. There is currently no means to tweak most of the
diff options passed to `git log` when generating those patches.
OUTPUT STABILITY