Code

Document the sendemail.smtpserverport config variable
authorKevin Ballard <kevin@sb.org>
Wed, 19 Mar 2008 06:16:29 +0000 (02:16 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Mar 2008 00:32:28 +0000 (17:32 -0700)
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 <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt

index 336d797e80f5d2cc21b633588b3a3461a991ca71..9d0a10c562c40f0992eb1105cf7543b8813f11b5 100644 (file)
@@ -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.