public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Siddh Raman Pant <siddh.raman.pant@oracle•com>
To: git@vger•kernel.org
Cc: Patrick Steinhardt <ps@pks•im>,
	Junio C Hamano <gitster@pobox•com>,
	Kristoffer Haugsbakk <code@khaugsbakk•name>,
	Elijah Newren <newren@gmail•com>
Subject: [PATCH] Documentation/git-range-diff: add missing notes options in synopsis
Date: Thu, 21 May 2026 09:49:08 +0530	[thread overview]
Message-ID: <20260521041908.41055-1-siddh.raman.pant@oracle.com> (raw)

git-range-diff supports note options which are also mentioned later in
the help, but they are missing from synopis. Let's fix that.

Fixes: bd3619188682 ("range-diff: pass through --notes to `git log`")
Signed-off-by: Siddh Raman Pant <siddh.raman.pant@oracle•com>
---
 Documentation/git-range-diff.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-range-diff.adoc b/Documentation/git-range-diff.adoc
index 880557084533..5cc5e2ed5673 100644
--- a/Documentation/git-range-diff.adoc
+++ b/Documentation/git-range-diff.adoc
@@ -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>...]
 
-- 
2.53.0


             reply	other threads:[~2026-05-21  4:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-21  4:19 Siddh Raman Pant [this message]
2026-05-21  5:12 ` [PATCH] Documentation/git-range-diff: add missing notes options in synopsis Kristoffer Haugsbakk
2026-05-21  5:28   ` [PATCH v2] " Siddh Raman Pant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260521041908.41055-1-siddh.raman.pant@oracle.com \
    --to=siddh.raman.pant@oracle$(echo .)com \
    --cc=code@khaugsbakk$(echo .)name \
    --cc=git@vger$(echo .)kernel.org \
    --cc=gitster@pobox$(echo .)com \
    --cc=newren@gmail$(echo .)com \
    --cc=ps@pks$(echo .)im \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox