git-send-email: Better handling of EOF
commit8a7c56e1591ad5593883bb23fb6c5683a8a1a1a8
authorMichael Witten <mfwitten@MIT.EDU>
Mon, 4 Feb 2008 00:53:58 +0000 (3 19:53 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2008 08:36:10 +0000 (5 00:36 -0800)
tree68392a67c0d896cf23146bd45e53b6f208dae969
parent874299760708e3bd4d63e9afa8da3fe8a7ddc006
git-send-email: Better handling of EOF

Before, when the user sent the EOF control character, the
prompts would be repeated on the same line as the previous
prompt.

Now, repeat prompts display on separate lines.

Signed-off-by: Michael Witten <mfwitten@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl