summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-06-28 08:16:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-06-28 08:16:14 +0000
commit6865ebddea4414b3205b81a20e77543a4865e31f (patch)
treed1ff791cbdf132fe4dd5148afe5d5cef30336087 /git-send-email.html
parentddc5ad42455c543f47bb8c40a7c74cbcd9c0283c (diff)
downloadgit-htmldocs-6865ebddea4414b3205b81a20e77543a4865e31f.tar.gz
Autogenerated HTML docs for v1.5.2.2-590-gf578
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html24
1 files changed, 14 insertions, 10 deletions
diff --git a/git-send-email.html b/git-send-email.html
index fe6048ae0..18759464f 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -349,12 +349,14 @@ enabled interface to provide the necessary information.</p>
</p>
</dd>
<dt>
---no-signed-off-by-cc
+--signed-off-by-cc, --no-signed-off-by-cc
</dt>
<dd>
<p>
- Do not add emails found in Signed-off-by: or Cc: lines to the
+ If this is set, add emails found in Signed-off-by: or Cc: lines to the
cc list.
+ Default is the value of <em>sendemail.signedoffbycc</em> configuration value;
+ if that is unspecified, default to --signed-off-by-cc.
</p>
</dd>
<dt>
@@ -392,24 +394,26 @@ enabled interface to provide the necessary information.</p>
</p>
</dd>
<dt>
---suppress-from
+--suppress-from, --no-suppress-from
</dt>
<dd>
<p>
- Do not add the From: address to the cc: list, if it shows up in a From:
- line.
+ If this is set, do not add the From: address to the cc: list, if it
+ shows up in a From: line.
+ Default is the value of <em>sendemail.suppressfrom</em> configuration value;
+ if that is unspecified, default to --no-supress-from.
</p>
</dd>
<dt>
---threaded, --no-threaded
+--thread, --no-thread
</dt>
<dd>
<p>
If this is set, the In-Reply-To header will be set on each email sent.
- If disabled with "--no-threaded", no emails will have the In-Reply-To
+ If disabled with "--no-thread", no emails will have the In-Reply-To
header set.
- Default is the value of the <em>sendemail.threaded</em> configuration value;
- if that is unspecified, default to --threaded.
+ Default is the value of the <em>sendemail.thread</em> configuration value;
+ if that is unspecified, default to --thread.
</p>
</dd>
<dt>
@@ -508,7 +512,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 27-Jun-2007 07:14:34 UTC
+Last updated 28-Jun-2007 08:15:57 UTC
</div>
</div>
</body>