diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2009-04-22 15:41:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-23 04:10:41 +0200 |
commit | 7613ea3595f3a56f0f9d827944775940f1e72ef6 (patch) | |
tree | 7dc2f2967eb657416e1ea3e7c698cc7989b0eebd /Documentation/git-send-email.txt | |
parent | Convert to use quiet option when available (diff) | |
download | git-7613ea3595f3a56f0f9d827944775940f1e72ef6.tar.xz git-7613ea3595f3a56f0f9d827944775940f1e72ef6.zip |
Add parsing of elm aliases to git-send-email
elm stores a text file version of the aliases that is
<alias> = <comment> = <email address>
This adds the parsing of this file to git-send-email
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r-- | Documentation/git-send-email.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 0b1f183ce8..794224b1b3 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -262,7 +262,7 @@ sendemail.aliasesfile:: sendemail.aliasfiletype:: Format of the file(s) specified in sendemail.aliasesfile. Must be - one of 'mutt', 'mailrc', 'pine', or 'gnus'. + one of 'mutt', 'mailrc', 'pine', 'elm', or 'gnus'. sendemail.multiedit:: If true (default), a single editor instance will be spawned to edit |