send-email: allow use of aliases in the From field of --compose mode
commit193d7160111ebf5b898f53240c33c1e4101d9598
authorRemi Lespinet <remi.lespinet@ensimag.grenoble-inp.fr>
Tue, 30 Jun 2015 12:16:46 +0000 (30 14:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jun 2015 18:34:35 +0000 (30 11:34 -0700)
treea667a3cb7dc092e80c260802f6c29ac05db6e529
parentb5e112d8d240b299553f17c8e476ef16fca4001f
send-email: allow use of aliases in the From field of --compose mode

Aliases were expanded before considering the From field of the
--compose option. This is inconsistent with other fields
(To, Cc, ...) which already support aliases.

Signed-off-by: Remi Lespinet <remi.lespinet@ensimag.grenoble-inp.fr>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl