diff options
author | Kevin Ballard <kevin@sb.org> | 2008-03-19 02:16:29 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-19 17:32:28 -0700 |
commit | a811e4f0f023d88596adbf39674a18d34b2f152d (patch) | |
tree | 394a9ebae5fb40bd5799a32341552562ba77dcc4 /Documentation | |
parent | Add --reverse to the git-rev-list usage string (diff) | |
download | tgif-a811e4f0f023d88596adbf39674a18d34b2f152d.tar.xz |
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')
-rw-r--r-- | Documentation/git-send-email.txt | 3 |
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. |