summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be242d5)
raw | patch | inline | side by side (parent: be242d5)
author | Avi Kivity <avi@qumranet.com> | |
Sun, 11 Mar 2007 17:19:43 +0000 (19:19 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 12 Mar 2007 06:52:03 +0000 (23:52 -0700) |
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>
implmented. Document them for the next user.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-send-email.txt | patch | blob | history |
index 35b0104e4acbe614fb274c1ee36d6a4ab2ea5849..367646efab2462f99f04c9a9a9e875a89e884406 100644 (file)
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>