]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: ask confirmation if given encoding name is very short
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Feb 2015 20:20:25 +0000 (12:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Feb 2015 20:20:25 +0000 (12:20 -0800)
commit852a15d748034eec87adbee73a72689c8936fb8b
treed34d57afb2750003823c0bdb155664af200c84f3
parent3d8a54eb37d298c251c0b6823dc06935a611bc33
send-email: ask confirmation if given encoding name is very short

Sometimes people respond "y<ENTER>" (or "yes<ENTER>") when asked
this question:

    Which 8bit encoding should I declare [UTF-8]?

We already have a mechanism to avoid accepting a mistyped e-mail
address (we ask to confirm when the given address lacks "@" in it);
reuse it to trigger the same confirmation when given a very short
answer.  As a typical charset name is probably at least 4 chars or
longer (e.g. "UTF8" spelled without the dash, or "Big5"), this would
prevent such a mistake.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl