t4203 (mailmap): stop hardcoding commit ids and dates
commitbfdfa3d414539e78f049fceab46767f3a0281721
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 15 Oct 2010 17:12:19 +0000 (15 12:12 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Oct 2010 23:08:00 +0000 (18 16:08 -0700)
tree4f7d383ed2b093e67b5f690a308e15c73e500ea3
parentd8d2eb7d6b5e48c2bcb0e71a770f8a05375ac03e
t4203 (mailmap): stop hardcoding commit ids and dates

A seemingly innocuous change like adding test_tick somewhere can
completely upset the final mailmap test, since it checks commit
hashes and dates.  Make the test less fragile by fuzzing away the
unpredictable parts and leaving in the authors (which is what the
test is about, anyway).

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4203-mailmap.sh