summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-26 16:07:07 -0700
committerJunio C Hamano <gitster@pobox.com>2015-08-26 16:07:07 -0700
commita1746beedbce9412b13bc85b0c80649896e30339 (patch)
tree25fe0e70c6522d18a4cfc8545491afd6f14b2b54 /git-send-email.html
parent37e467db1ae6d0d307d36266b40178c199ea4b62 (diff)
downloadgit-htmldocs-a1746beedbce9412b13bc85b0c80649896e30339.tar.gz
Autogenerated HTML docs for v2.5.0-474-g3a983
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 1c16ffd47..0e5bfd762 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -990,6 +990,23 @@ is not set, this will be prompted for.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--smtp-auth=&lt;mechanisms&gt;
+</dt>
+<dd>
+<p>
+ Whitespace-separated list of allowed SMTP-AUTH mechanisms. This setting
+ forces using only the listed mechanisms. Example:
+</p>
+<div class="listingblock">
+<div class="content">
+<pre><code>$ git send-email --smtp-auth="PLAIN LOGIN GSSAPI" ...</code></pre>
+</div></div>
+<div class="paragraph"><p>If at least one of the specified mechanisms matches the ones advertised by the
+SMTP server and if it is supported by the utilized SASL library, the mechanism
+is used for authentication. If neither <em>sendemail.smtpAuth</em> nor <em>--smtp-auth</em>
+is specified, all mechanisms supported by the SASL library can be used.</p></div>
+</dd>
+<dt class="hdlist1">
--smtp-pass[=&lt;password&gt;]
</dt>
<dd>
@@ -1503,7 +1520,7 @@ $ git send-email outgoing/*</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-08-03 12:41:59 PDT
+Last updated 2015-08-26 16:06:11 PDT
</div>
</div>
</body>