Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-send-email: Document support for local sendmail instead of SMTP server
author
Sergey Vlasov
<vsu@altlinux.ru>
Sun, 29 Oct 2006 19:31:38 +0000
(22:31 +0300)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 29 Oct 2006 20:41:38 +0000
(12:41 -0800)
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>
Documentation/git-send-email.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
b1f33d6
)
diff --git
a/Documentation/git-send-email.txt
b/Documentation/git-send-email.txt
index 481b3f50e3d690f5cd47ffa2c2d8bb645114e315..ec0e20182b2fc74ff4be9773426d39539c2d0aec 100644
(file)
--- 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::
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.
--subject::
Specify the initial subject of the email thread.