summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
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.txt
parentd2179ef025405832dff42141faed13199886b61c (diff)
downloadgit-htmldocs-39c7a69d994a13cbd5594bf2f5e65a0f21cc9bb9.tar.gz
Autogenerated HTML docs for v1.7.3.2-145-g7ebe
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index c28308427..05904e0e7 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -97,7 +97,7 @@ See the CONFIGURATION section for 'sendemail.multiedit'.
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 'sendemail.to' configuration value; if that is unspecified,
- this will be prompted for.
+ and --to-cmd is not specified, this will be prompted for.
+
The --to option must be repeated for each user you want on the to list.
@@ -165,6 +165,15 @@ user is prompted for a password while the input is masked for privacy.
are also accepted. The port can also be set with the
'sendemail.smtpserverport' configuration variable.
+--smtp-server-option=<option>::
+ If set, specifies the outgoing SMTP server option to use.
+ Default value can be specified by the 'sendemail.smtpserveroption'
+ configuration option.
++
+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.
+
--smtp-ssl::
Legacy alias for '--smtp-encryption ssl'.
@@ -177,6 +186,12 @@ user is prompted for a password while the input is masked for privacy.
Automating
~~~~~~~~~~
+--to-cmd=<command>::
+ 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 'sendemail.tocmd' configuration value.
+
--cc-cmd=<command>::
Specify a command to execute once per patch file which
should generate patch file specific "Cc:" entries.