summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-10-29 20:47:22 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-10-29 20:47:22 +0000
commitb19b4f0f2e3316230172f636dc5ad4c300fff4e4 (patch)
treec81c9e30df64202e3dd40f316ba851df8e262c08 /git-send-email.txt
parent4de43af97f60b56bb38a3b55da6fbae78b536b58 (diff)
downloadgit-htmldocs-b19b4f0f2e3316230172f636dc5ad4c300fff4e4.tar.gz
Autogenerated HTML docs for v1.4.3.3-g6dcfa
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index 481b3f50e..4c8d907bd 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -66,8 +66,13 @@ 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. Default value can
+ be specified by the 'sendemail.smtpserver' configuration
+ option; the built-in default is `/usr/sbin/sendmail` or
+ `/usr/lib/sendmail` if such program is available, or
+ `localhost` otherwise.
--subject::
Specify the initial subject of the email thread.