summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-10-27 06:08:54 +0000
committerJunio C Hamano <junio@kernel.org>2010-10-27 06:08:54 +0000
commit39c7a69d994a13cbd5594bf2f5e65a0f21cc9bb9 (patch)
tree8e17591489f2ead0bcdc818641c8ded32625ec4e /git-send-email.html
parentd2179ef025405832dff42141faed13199886b61c (diff)
downloadgit-htmldocs-39c7a69d994a13cbd5594bf2f5e65a0f21cc9bb9.tar.gz
Autogenerated HTML docs for v1.7.3.2-145-g7ebe
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html28
1 files changed, 26 insertions, 2 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 1b823b1c5..5cc6cea54 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -443,7 +443,7 @@ and In-Reply-To headers will be used unless they are removed.</p></div>
Specify the primary recipient of the emails generated. Generally, this
will be the upstream maintainer of the project involved. Default is the
value of the <em>sendemail.to</em> configuration value; if that is unspecified,
- this will be prompted for.
+ and --to-cmd is not specified, this will be prompted for.
</p>
<div class="para"><p>The --to option must be repeated for each user you want on the to list.</p></div>
</dd>
@@ -544,6 +544,19 @@ user is prompted for a password while the input is masked for privacy.</p></div>
</p>
</dd>
<dt>
+--smtp-server-option=&lt;option&gt;
+</dt>
+<dd>
+<p>
+ If set, specifies the outgoing SMTP server option to use.
+ Default value can be specified by the <em>sendemail.smtpserveroption</em>
+ configuration option.
+</p>
+<div class="para"><p>The --smtp-server-option option must be repeated for each option you want
+to pass to the server. Likewise, different lines in the configuration files
+must be used for each option.</p></div>
+</dd>
+<dt>
--smtp-ssl
</dt>
<dd>
@@ -565,6 +578,17 @@ user is prompted for a password while the input is masked for privacy.</p></div>
<h3 id="_automating">Automating</h3><div style="clear:left"></div>
<div class="vlist"><dl>
<dt>
+--to-cmd=&lt;command&gt;
+</dt>
+<dd>
+<p>
+ Specify a command to execute once per patch file which
+ should generate patch file specific "To:" entries.
+ Output of this command must be single email address per line.
+ Default is the value of <em>sendemail.tocmd</em> configuration value.
+</p>
+</dd>
+<dt>
--cc-cmd=&lt;command&gt;
</dt>
<dd>
@@ -862,7 +886,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-09-18 23:56:56 UTC
+Last updated 2010-10-27 06:08:22 UTC
</div>
</div>
</body>