aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-send-email.txt
diff options
context:
space:
mode:
authorKevin Ballard <kevin@sb.org>2008-03-19 02:16:29 -0400
committerJunio C Hamano <gitster@pobox.com>2008-03-19 17:32:28 -0700
commita811e4f0f023d88596adbf39674a18d34b2f152d (patch)
tree394a9ebae5fb40bd5799a32341552562ba77dcc4 /Documentation/git-send-email.txt
parent7ccd366779dd0ff042472fd76223267c19b2e498 (diff)
downloadgit-a811e4f0f023d88596adbf39674a18d34b2f152d.tar.gz
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 <kevin@sb.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r--Documentation/git-send-email.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 336d797e80..9d0a10c562 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.