Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> --- t/t4203-mailmap.sh | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/t/t4203-mailmap.sh b/t/t4203-mailmap.sh index 1f182f6..b1bc521 100755 --- a/t/t4203-mailmap.sh +++ b/t/t4203-mailmap.sh @@ -255,4 +255,22 @@ test_expect_success 'Blame output (complex mapping)' ' test_cmp expect actual.fuzz ' +# git blame +cat >expect <<\EOF +^OBJI (<author@xxxxxxxxxxx> DATE 1) one +OBJID (<some@xxxxxxx> DATE 2) two +OBJID (<other@xxxxxxxxx> DATE 3) three +OBJID (<other@xxxxxxxxx> DATE 4) four +OBJID (<santa.claus@xxxxxxxxxxxx> DATE 5) five +OBJID (<santa.claus@xxxxxxxxxxxx> DATE 6) six +OBJID (<cto@xxxxxxxxxx> DATE 7) seven +EOF +test_expect_success 'Blame output (complex mapping)' ' + git blame -e one >actual && + cp actual /tmp && + cp internal_mailmap/.mailmap /tmp && + fuzz_blame actual >actual.fuzz && + test_cmp expect actual.fuzz +' + test_done -- 1.7.9.1.g97f7d -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html