]> git.ipfire.org Git - thirdparty/git.git/commit - mailmap.c
mailmap: resurrect lower-casing of email addresses
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 31 Mar 2009 00:18:36 +0000 (02:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2009 18:00:54 +0000 (11:00 -0700)
commitbf637803a799451e7feb596422932dd60f0384e1
tree749dee4fa3355dd679be1b2ff937d4148bd95ffa
parent8c7f78823888306c1cceafcf5fd26739eef99ce3
mailmap: resurrect lower-casing of email addresses

Commit 0925ce4(Add map_user() and clear_mailmap() to mailmap) broke the
lower-casing of email addresses.  This mostly did not matter if your
.mailmap has only lower-case email addresses;  However, we did not
require .mailmap to contain lowercase-only email addresses.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
mailmap.c