summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5e9758e)
raw | patch | inline | side by side (parent: 5e9758e)
author | Markus Heidelberg <markus.heidelberg@web.de> | |
Fri, 12 Jun 2009 10:51:39 +0000 (12:51 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 12 Jun 2009 16:20:22 +0000 (09:20 -0700) |
Also remove the argument from --[no-]chain-reply-to.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt | patch | blob | history |
index a2821907c7800909ff32ea6f413c7d27dee38f12..0ec53431a5e6e4d40f52dcba5bd2d4c6cf1d587c 100644 (file)
Output of this command must be single email address per line.
Default is the value of 'sendemail.cccmd' configuration value.
---[no-]chain-reply-to=<identifier>::
+--[no-]chain-reply-to::
If this is set, each email will be sent as a reply to the previous
email sent. If disabled with "--no-chain-reply-to", all emails after
the first will be sent as replies to the first email sent. When using
--[no-]thread::
If this is set, the In-Reply-To header will be set on each email sent.
If disabled with "--no-thread", no emails will have the In-Reply-To
- header set. Default is the value of the 'sendemail.thread' configuration
+ header set, unless specified with --in-reply-to.
+ Default is the value of the 'sendemail.thread' configuration
value; if that is unspecified, default to --thread.