diff options
author | Avi Kivity <avi@qumranet.com> | 2007-03-11 19:19:43 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-11 23:52:03 -0700 |
commit | fc095242b16d57bad1bfe089f919b9d6e6deda1b (patch) | |
tree | 75879d697817fd46f20dfce8d7f54fad0fbac6be | |
parent | be242d576c4457bec1cb748b144eb287e98ac0b5 (diff) | |
download | git-fc095242b16d57bad1bfe089f919b9d6e6deda1b.tar.gz git-fc095242b16d57bad1bfe089f919b9d6e6deda1b.tar.xz |
git-send-email: Document configuration options
Wishing to implement an email aliases file, I found that they were already
implmented. Document them for the next user.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git-send-email.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 35b0104e4..367646efa 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -91,6 +91,19 @@ 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.smtpserver:: + Default smtp server to use. + Author ------ Written by Ryan Anderson <ryan@michonline.com> |