зеркало из https://github.com/microsoft/git.git
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:
Родитель
1e76b702c1
Коммит
ae740a588d
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче