summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-06-14 01:03:22 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-06-14 01:03:22 +0000
commit25e7ba6dc84805e96d73967f3182ffcb54d4022f (patch)
tree87bd8083933f1666e158fa3b9137783d21c8e3da /git-send-email.txt
parentb95b43d92df1ebc0d5235b3e84ba4136052b09a2 (diff)
downloadgit-htmldocs-25e7ba6dc84805e96d73967f3182ffcb54d4022f.tar.gz
Autogenerated HTML docs for v1.6.3.2-306-g4f4fa
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index e7cb0e6c7..9902da43c 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -165,7 +165,7 @@ Automating
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
@@ -214,7 +214,8 @@ specified, as well as 'body' if --no-signed-off-cc is specified.
--[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.