diff options
author | Pascal Obry <pascal@obry.net> | 2010-09-06 20:12:11 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-06 17:31:06 -0700 |
commit | 052fbea26e51121d155ccaa3b0ae6ac892cc41ea (patch) | |
tree | bf72d9921c34b59a2d3d58b5e5c3b13a15bd1f8f /Documentation/config.txt | |
parent | 1d02a0055a01478d6253c405b346297bd4217bb1 (diff) | |
download | git-052fbea26e51121d155ccaa3b0ae6ac892cc41ea.tar.gz git-052fbea26e51121d155ccaa3b0ae6ac892cc41ea.tar.xz |
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 <pascal@obry.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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:: |