Kevin Ballard wrote: > +++ b/t/t8002-blame.sh > @@ -6,4 +6,9 @@ test_description='git blame' > PROG='git blame -c' > . "$TEST_DIRECTORY"/annotate-tests.sh > > +PROG='git blame -c -e' > +test_expect_success 'Blame --show-email works' ' > + check_count "<A@xxxxxxxx>" 1 "<B@xxxxxxxx>" 1 "<B1@xxxxxxxx>" 1 "<B2@xxxxxxxx>" 1 "<author@xxxxxxxxxxx>" 1 "<C@xxxxxxxx>" 1 "<D@xxxxxxxx>" 1 > +' > + Bonus nit: does this belong in annotate-tests.sh or does it only apply to "git blame" and not "git annotate"? If the latter, a note in the commit message would be helpful. Thanks for your work. -- 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