test: add test for --use-mailmap option
commitd20743433e5889319a82c26beb5789e708c450a2
authorAntoine Pelisse <apelisse@gmail.com>
Sat, 5 Jan 2013 21:26:44 +0000 (5 22:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Jan 2013 20:33:08 +0000 (10 12:33 -0800)
tree18b7fc2d190591c01d022f1038ca091727b449ac
parentea57bc0d41b03cc1528be5fafa5eb8bfd4f773cb
test: add test for --use-mailmap option

The new option '--use-mailmap' can be used to make sure that mailmap
file is used to convert name when running log commands.

The test is simple and checks that the Author line
is correctly replaced when running log.

Signed-off-by: Antoine Pelisse <apelisse@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4203-mailmap.sh