diff options
author | Sergey Vlasov <vsu@altlinux.ru> | 2006-10-29 22:31:38 +0300 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-29 12:41:38 -0800 |
commit | 9c572b21dd090a1e5c5bb397053bf8043ffe7fb4 (patch) | |
tree | 1f66c7caca9240856164aea29b8e8f4e47d95879 /Documentation/git-send-email.txt | |
parent | b1f33d626501c3e080b324e182f1da76f49b5bf9 (diff) | |
download | git-9c572b21dd090a1e5c5bb397053bf8043ffe7fb4.tar.gz |
git-send-email: Document support for local sendmail instead of SMTP server
Fix the --smtp-server option description to match reality.
Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r-- | Documentation/git-send-email.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 481b3f50e3..ec0e20182b 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -66,8 +66,11 @@ The options available are: all that is output. --smtp-server:: - If set, specifies the outgoing SMTP server to use. Defaults to - localhost. + If set, specifies the outgoing SMTP server to use. A full + pathname of a sendmail-like program can be specified instead; + the program must support the `-i` option. Defaults to + `/usr/sbin/sendmail` or `/usr/lib/sendmail` if such program is + available, or to `localhost` otherwise. --subject:: Specify the initial subject of the email thread. |