t4203: demonstrate loss of single-character name in mailmap entry
commit109025b4e1c836fb62752f69f24e8f11403760d5
authorEric Sunshine <sunshine@sunshineco.com>
Mon, 15 Jul 2013 06:54:05 +0000 (15 02:54 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 15:09:04 +0000 (15 08:09 -0700)
tree3fe165bc2eecc168b0a9eeb5f06486d197c5e0ac
parentedca4152560522a431a51fc0a06147fc680b5b18
t4203: demonstrate loss of single-character name in mailmap entry

A bug in mailmap.c:parse_name_and_email() causes it to overlook the
single-character name in "A <user@host>" and parse it only as
"<user@host>". Demonstrate this problem.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4203-mailmap.sh