t4203: demonstrate loss of uppercase characters in canonical email
commit3aff56ddbebfdb314f123e9a076403459d6a0767
authorEric Sunshine <sunshine@sunshineco.com>
Mon, 15 Jul 2013 06:54:07 +0000 (15 02:54 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 15:16:32 +0000 (15 08:16 -0700)
treee46bdb206acad470d3d0e5e10deaddbbb6cd0ecf
parent8c3811510e2a90f765edbb6dc7f81b0737592c0a
t4203: demonstrate loss of uppercase characters in canonical email

The email addresses read from .mailmap are downcased before being
inserted into the mailmap data structure, which undesirably loses
information.  It is impossible, for instance, to map <first.last@host>
to <First.Last@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