| author | Bill Pemberton <wfp5p@virginia.edu> | |
| Wed, 22 Apr 2009 13:41:29 +0000 (09:41 -0400) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Thu, 23 Apr 2009 02:10:41 +0000 (19:10 -0700) | ||
| commit | 7613ea3595f3a56f0f9d827944775940f1e72ef6 | |
| tree | 7dc2f2967eb657416e1ea3e7c698cc7989b0eebd | tree | snapshot |
| parent | 7bd93c1c625ce5fa03f0d13d728f34f8ab868991 | commit | diff |
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>
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>
| Documentation/git-send-email.txt | diff | blob | history | |
| git-send-email.perl | diff | blob | history |