summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-09-06 01:33:41 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-09-06 01:33:41 +0000
commit6852289a58fb24f342ba02d0f2ad93cf1a2fb8fb (patch)
treeec427c99404c5f4e568491b86011ce7e3376b31a /git-send-email.html
parenta75069c95e4b53dbb2fac75c929ed3112ea93cc5 (diff)
downloadgit-htmldocs-6852289a58fb24f342ba02d0f2ad93cf1a2fb8fb.tar.gz
Autogenerated HTML docs for v1.5.3.1-4-gad00
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html72
1 files changed, 70 insertions, 2 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 262266e60..6fe4fe342 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -380,6 +380,17 @@ enabled interface to provide the necessary information.</p>
</p>
</dd>
<dt>
+--identity
+</dt>
+<dd>
+<p>
+ A configuration identity. When given, causes values in the
+ <em>sendemail.&lt;identity&gt;</em> subsection to take precedence over
+ values in the <em>sendemail</em> section. The default identity is
+ the value of <em>sendemail.identity</em>.
+</p>
+</dd>
+<dt>
--smtp-server
</dt>
<dd>
@@ -395,6 +406,27 @@ enabled interface to provide the necessary information.</p>
</p>
</dd>
<dt>
+--smtp-user, --smtp-pass
+</dt>
+<dd>
+<p>
+ Username and password for SMTP-AUTH. Defaults are the values of
+ the configuration values <em>sendemail.smtpuser</em> and
+ <em>sendemail.smtppass</em>, but see also <em>sendemail.identity</em>.
+ If not set, authentication is not attempted.
+</p>
+</dd>
+<dt>
+--smtp-ssl
+</dt>
+<dd>
+<p>
+ If set, connects to the SMTP server using SSL.
+ Default is the value of the <em>sendemail.smtpssl</em> configuration value;
+ if that is unspecified, does not use SSL.
+</p>
+</dd>
+<dt>
--subject
</dt>
<dd>
@@ -463,6 +495,18 @@ enabled interface to provide the necessary information.</p>
<div class="sectionbody">
<dl>
<dt>
+sendemail.identity
+</dt>
+<dd>
+<p>
+ The default configuration identity. When specified,
+ <em>sendemail.&lt;identity&gt;.&lt;item&gt;</em> will have higher precedence than
+ <em>sendemail.&lt;item&gt;</em>. This is useful to declare multiple SMTP
+ identities and to hoist sensitive authentication information
+ out of the repository and into the global configuation file.
+</p>
+</dd>
+<dt>
sendemail.aliasesfile
</dt>
<dd>
@@ -510,7 +554,31 @@ sendemail.smtpserver
</dt>
<dd>
<p>
- Default smtp server to use.
+ Default SMTP server to use.
+</p>
+</dd>
+<dt>
+sendemail.smtpuser
+</dt>
+<dd>
+<p>
+ Default SMTP-AUTH username.
+</p>
+</dd>
+<dt>
+sendemail.smtppass
+</dt>
+<dd>
+<p>
+ Default SMTP-AUTH password.
+</p>
+</dd>
+<dt>
+sendemail.smtpssl
+</dt>
+<dd>
+<p>
+ Boolean value specifying the default to the <em>--smtp-ssl</em> parameter.
</p>
</dd>
</dl>
@@ -531,7 +599,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 02-Sep-2007 06:24:43 UTC
+Last updated 06-Sep-2007 01:33:18 UTC
</div>
</div>
</body>