git-send-email: allow an email alias for --from

Signed-off-by: Michael Hendricks <michael@ndrix.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Michael Hendricks 2007-07-04 19:11:36 -06:00 коммит произвёл Junio C Hamano
Родитель 1e76b702c1
Коммит ae740a588d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -254,6 +254,8 @@ if (@alias_files and $aliasfiletype and defined $parse_alias{$aliasfiletype}) {
}
}
($from) = expand_aliases($from) if defined $from;
my $prompting = 0;
if (!defined $from) {
$from = $author || $committer;