aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-06-13 12:55:50 -0700
committerJunio C Hamano <gitster@pobox.com>2009-06-13 12:55:50 -0700
commit08ba24898a1c5c0815450d481d8e5d01bf671642 (patch)
tree9b06143e91f1ef45194210066e955863f0ea12ad /Documentation
parente2486193c54e5404bad1748d220f58a414867797 (diff)
parent95a877a34c3838a92a99794ebc3b082f6f525899 (diff)
downloadgit-08ba24898a1c5c0815450d481d8e5d01bf671642.tar.gz
git-08ba24898a1c5c0815450d481d8e5d01bf671642.tar.xz
Merge branch 'mh/fix-send-email-threaded'
* mh/fix-send-email-threaded: send-email: fix a typo in a comment send-email: fix threaded mails without chain-reply-to add a test for git-send-email for threaded mails without chain-reply-to doc/send-email: clarify the behavior of --in-reply-to with --no-thread send-email: fix non-threaded mails add a test for git-send-email for non-threaded mails
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-send-email.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index e7cb0e6c7..9902da43c 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/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.