Mailmap: Allow empty email addresses to be mapped
commit5288dd58356e53d61e2b3804fc7d8d23c3a46ab3
authorBjörn Steinbrink <B.Steinbrink@gmx.de>
Tue, 31 Mar 2009 15:30:39 +0000 (31 17:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2009 22:53:36 +0000 (1 15:53 -0700)
tree8442c682ec805f3f1df62404472ae3d887e3b7be
parent75fd877e150ecca74f9749bfd6bfa9a6b425ab57
Mailmap: Allow empty email addresses to be mapped

While it makes no sense to map some email address to an empty one, doing
things the other way around can be useful. For example when using
filter-branch with an env-filter that employs a mailmap to fix up an
import that created such broken commits with empty email addresses.

Signed-off-by: Björn Steinbrink <B.Steinbrink@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
mailmap.c