Add parsing of elm aliases to git-send-email
commit7613ea3595f3a56f0f9d827944775940f1e72ef6
authorBill Pemberton <wfp5p@virginia.edu>
Wed, 22 Apr 2009 13:41:29 +0000 (22 09:41 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Apr 2009 02:10:41 +0000 (22 19:10 -0700)
tree7dc2f2967eb657416e1ea3e7c698cc7989b0eebd
parent7bd93c1c625ce5fa03f0d13d728f34f8ab868991
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>
Documentation/git-send-email.txt
git-send-email.perl