summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2009-04-13 18:23:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-04-14 08:55:38 (GMT)
commitdd602bf8ec9b6ef422e5cf8a490c381c0bb037ed (patch)
tree99a6e96dfa4a186ff7a6e42389fe0a490e773714 /Documentation
parent3a78d078273f9eeb1f3eea06296b9901d7858d96 (diff)
downloadgit-dd602bf8ec9b6ef422e5cf8a490c381c0bb037ed.zip
git-dd602bf8ec9b6ef422e5cf8a490c381c0bb037ed.tar.gz
git-dd602bf8ec9b6ef422e5cf8a490c381c0bb037ed.tar.bz2
Docs: send-email: --smtp-server-port can take symbolic ports
Signed-off-by: Michael Witten <mfwitten@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-send-email.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 7b87d6e..f7e428e 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -136,7 +136,9 @@ user is prompted for a password while the input is masked for privacy.
--smtp-server-port=<port>::
Specifies a port different from the default port (SMTP
servers typically listen to smtp port 25 and ssmtp port
- 465). This can be set with 'sendemail.smtpserverport'.
+ 465); symbolic port names (e.g. "submission" instead of 465)
+ are also accepted. The port can also be set with the
+ 'sendemail.smtpserverport' configuration variable.
--smtp-ssl::
Legacy alias for '--smtp-encryption ssl'.