summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
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.txt
parent77f65806c33ea8493158d64561e03fa54dd15d0f (diff)
downloadgit-htmldocs-46fbbcbae6430ff14f0d5ef0e6e9fea90d4fe808.tar.gz
Autogenerated HTML docs for v2.19.1-856-g88584
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index f6010ac68..62c6c76f2 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -190,7 +190,9 @@ $ 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.
+is specified, all mechanisms supported by the SASL library can be used. The
+special value 'none' maybe specified to completely disable authentication
+independently of `--smtp-user`
--smtp-pass[=<password>]::
Password for SMTP-AUTH. The argument is optional: If no
@@ -204,6 +206,9 @@ or on the command line. If a username has been specified (with
specified (with `--smtp-pass` or `sendemail.smtpPass`), then
a password is obtained using 'git-credential'.
+--no-smtp-auth::
+ Disable SMTP authentication. Short hand for `--smtp-auth=none`
+
--smtp-server=<host>::
If set, specifies the outgoing SMTP server to use (e.g.
`smtp.example.com` or a raw IP address). Alternatively it can