提交 97394ee4 编写于 作者: G Gustaf Hendeby 提交者: Junio C Hamano

send-email, fix breakage in combination with --compose

This fixes the subtile bug in git send-email that was introduced into
git send-email with aa54892f (send-email:
detect invocation errors earlier), which caused no patches to be sent
out if the --compose flag was used.
Signed-off-by: NGustaf Hendeby <hendeby@isy.liu.se>
Tested-by: NSeth Falcon <seth@userprimary.net>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 7422bac4
......@@ -462,7 +462,7 @@ sub expand_aliases {
exit(0);
}
@files = ($compose_filename . ".final");
@files = ($compose_filename . ".final", @files);
}
# Variables we set as part of the loop over files
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册