From: Kevin Ballard Date: Wed, 19 Mar 2008 06:16:29 +0000 (-0400) Subject: Document the sendemail.smtpserverport config variable X-Git-Tag: v1.5.5-rc1~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a811e4f0f023d88596adbf39674a18d34b2f152d;p=git.git Document the sendemail.smtpserverport config variable Add sendemail.smtpserverport to the Configuration section of the git-send-email manpage. It should probably be referenced in the --smtp-server-port option as well. Signed-off-by: Kevin Ballard Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 336d797e8..9d0a10c56 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -216,6 +216,9 @@ sendemail.chainreplyto:: sendemail.smtpserver:: Default SMTP server to use. +sendemail.smtpserverport:: + Default SMTP server port to use. + sendemail.smtpuser:: Default SMTP-AUTH username.