Skip to content

Commit 0fd41f2

Browse files
marcowsgitster
authored andcommitted
doc/send-email: clarify the behavior of --in-reply-to with --no-thread
Also remove the argument from --[no-]chain-reply-to. Signed-off-by: Markus Heidelberg <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5e9758e commit 0fd41f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/git-send-email.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Automating
159159
Output of this command must be single email address per line.
160160
Default is the value of 'sendemail.cccmd' configuration value.
161161

162-
--[no-]chain-reply-to=<identifier>::
162+
--[no-]chain-reply-to::
163163
If this is set, each email will be sent as a reply to the previous
164164
email sent. If disabled with "--no-chain-reply-to", all emails after
165165
the first will be sent as replies to the first email sent. When using
@@ -208,7 +208,8 @@ specified, as well as 'body' if --no-signed-off-cc is specified.
208208
--[no-]thread::
209209
If this is set, the In-Reply-To header will be set on each email sent.
210210
If disabled with "--no-thread", no emails will have the In-Reply-To
211-
header set. Default is the value of the 'sendemail.thread' configuration
211+
header set, unless specified with --in-reply-to.
212+
Default is the value of the 'sendemail.thread' configuration
212213
value; if that is unspecified, default to --thread.
213214

214215

0 commit comments

Comments
 (0)