summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-03-12 07:29:20 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-03-12 07:29:20 +0000
commitc51fede9f2fdd66e06416d7865b023924b52e659 (patch)
tree19a562e90847738d119806fae209a948d74e0107 /git-send-email.txt
parentd15328acbacd5d5b1b56a7ee143ccf7db9e7549e (diff)
downloadgit-htmldocs-c51fede9f2fdd66e06416d7865b023924b52e659.tar.gz
Autogenerated HTML docs for v1.5.0.3-382-g34572
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt23
1 files changed, 22 insertions, 1 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index 35b0104e4..9b3aabb6f 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -40,7 +40,8 @@ The --cc option must be repeated for each user you want on the cc list.
the first will be sent as replies to the first email sent. When using
this, it is recommended that the first file given be an overview of the
entire patch series.
- Default is --chain-reply-to
+ Default is the value of the 'sendemail.chainreplyto' configuration
+ value; if that is unspecified, default to --chain-reply-to.
--compose::
Use $EDITOR to edit an introductory message for the
@@ -91,6 +92,26 @@ The --cc option must be repeated for each user you want on the cc list.
The --to option must be repeated for each user you want on the to list.
+CONFIGURATION
+-------------
+sendemail.aliasesfile::
+ To avoid typing long email addresses, point this to one or more
+ email aliases files. You must also supply 'sendemail.aliasfiletype'.
+
+sendemail.aliasfiletype::
+ Format of the file(s) specified in sendemail.aliasesfile. Must be
+ one of 'mutt', 'mailrc', 'pine', or 'gnus'.
+
+sendemail.bcc::
+ Email address (or alias) to always bcc.
+
+sendemail.chainreplyto::
+ Boolean value specifying the default to the '--chain_reply_to'
+ parameter.
+
+sendemail.smtpserver::
+ Default smtp server to use.
+
Author
------
Written by Ryan Anderson <ryan@michonline.com>