send-email: ask_default should apply to all emails, not just the first
commitdc1460aa8de64f62b4612b6d2546ed7b88050de2
authorJay Soffian <jaysoffian@gmail.com>
Tue, 31 Mar 2009 16:22:12 +0000 (31 12:22 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2009 18:11:21 +0000 (1 11:11 -0700)
treead4c752bb4a7e4b04de2bf78235043a1e99c454e
parent5906f54e474c6e8aabb0f6b955d446b509cde06e
send-email: ask_default should apply to all emails, not just the first

Commit 6e18251 made the "Send this email?" prompt assume yes if confirm
= "inform" when it was unable to get a valid response. However, the
"yes" assumption only worked correctly for the first email. This commit
fixes the issue and confirms the fix by modifying the existing test for
the prompt to send multiple emails.

Reported by Matthieu Moy <Matthieu.Moy@imag.fr>

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl
t/t9001-send-email.sh