]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-range-diff: add missing notes options in synopsis
authorSiddh Raman Pant <siddh.raman.pant@oracle.com>
Thu, 21 May 2026 05:28:41 +0000 (10:58 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 05:58:08 +0000 (14:58 +0900)
git-range-diff supports note options which are also mentioned later in
the help, but they are missing from the synopsis. Let's fix that.

Signed-off-by: Siddh Raman Pant <siddh.raman.pant@oracle.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-range-diff.adoc

index b5e85d37f1bee7a7a67d286c4d1ebbea7948020f..af1a0bf5f3a57edb2ac7f70c3b65cc7f215b6f6b 100644 (file)
@@ -11,7 +11,7 @@ SYNOPSIS
 'git range-diff' [--color=[<when>]] [--no-color] [<diff-options>]
        [--no-dual-color] [--creation-factor=<factor>]
        [--left-only | --right-only] [--diff-merges=<format>]
-       [--remerge-diff]
+       [--remerge-diff] [--no-notes | --notes[=<ref>]]
        ( <range1> <range2> | <rev1>...<rev2> | <base> <rev1> <rev2> )
        [[--] <path>...]