summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-07 12:54:16 +0900
committerJunio C Hamano <gitster@pobox.com>2018-11-07 12:54:16 +0900
commit46fbbcbae6430ff14f0d5ef0e6e9fea90d4fe808 (patch)
treeb3e930aa031347b460b01ffda94c714ce010fdce /git-send-email.html
parent77f65806c33ea8493158d64561e03fa54dd15d0f (diff)
downloadgit-htmldocs-46fbbcbae6430ff14f0d5ef0e6e9fea90d4fe808.tar.gz
Autogenerated HTML docs for v2.19.1-856-g88584
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 1387cbe58..277e0aa6a 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -1017,7 +1017,9 @@ value; if that is unspecified, default to <code>auto</code>.</p></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 <code>--smtp-auth</code>
-is specified, all mechanisms supported by the SASL library can be used.</p></div>
+is specified, all mechanisms supported by the SASL library can be used. The
+special value <em>none</em> maybe specified to completely disable authentication
+independently of <code>--smtp-user</code></p></div>
</dd>
<dt class="hdlist1">
--smtp-pass[=&lt;password&gt;]
@@ -1036,6 +1038,14 @@ specified (with <code>--smtp-pass</code> or <code>sendemail.smtpPass</code>), th
a password is obtained using <em>git-credential</em>.</p></div>
</dd>
<dt class="hdlist1">
+--no-smtp-auth
+</dt>
+<dd>
+<p>
+ Disable SMTP authentication. Short hand for <code>--smtp-auth=none</code>
+</p>
+</dd>
+<dt class="hdlist1">
--smtp-server=&lt;host&gt;
</dt>
<dd>
@@ -1597,7 +1607,7 @@ the credential store so you won&#8217;t have to type it the next time.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-10-30 16:33:48 JST
+ 2018-11-07 12:54:03 JST
</div>
</div>
</body>