summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
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.txt
parent37e467db1ae6d0d307d36266b40178c199ea4b62 (diff)
downloadgit-htmldocs-a1746beedbce9412b13bc85b0c80649896e30339.tar.gz
Autogenerated HTML docs for v2.5.0-474-g3a983
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index f14705ee0..b9134d234 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -171,6 +171,19 @@ Sending
to determine your FQDN automatically. Default is the value of
'sendemail.smtpDomain'.
+--smtp-auth=<mechanisms>::
+ Whitespace-separated list of allowed SMTP-AUTH mechanisms. This setting
+ forces using only the listed mechanisms. Example:
++
+------
+$ git send-email --smtp-auth="PLAIN LOGIN GSSAPI" ...
+------
++
+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 'sendemail.smtpAuth' nor '--smtp-auth'
+is specified, all mechanisms supported by the SASL library can be used.
+
--smtp-pass[=<password>]::
Password for SMTP-AUTH. The argument is optional: If no
argument is specified, then the empty string is used as