From: Pascal Obry Date: Mon, 6 Sep 2010 18:12:11 +0000 (+0200) Subject: New send-email option smtpserveroption. X-Git-Tag: v1.7.4-rc0~170^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=052fbea26e51121d155ccaa3b0ae6ac892cc41ea;p=git.git New send-email option smtpserveroption. The new command line parameter --smtp-server-option or default configuration sendemail.smtpserveroption can be used to pass specific options to the SMTP server. Update the documentation accordingly. Signed-off-by: Pascal Obry Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index cda672101..bb8db24c6 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1717,6 +1717,7 @@ sendemail.to:: sendemail.smtpdomain:: sendemail.smtpserver:: sendemail.smtpserverport:: +sendemail.smtpserveroption:: sendemail.smtpuser:: sendemail.thread:: sendemail.validate:: diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index c28308427..cde404a46 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -165,6 +165,15 @@ user is prompted for a password while the input is masked for privacy. are also accepted. The port can also be set with the 'sendemail.smtpserverport' configuration variable. +--smtp-server-option=