From: Junio C Hamano Date: Tue, 30 Nov 2010 01:52:32 +0000 (-0800) Subject: Merge branch 'kb/blame-author-email' X-Git-Tag: v1.7.4-rc0~112 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4ef927a995d9b54b37e4cff8ed7cd92764d4dacd;p=git.git Merge branch 'kb/blame-author-email' * kb/blame-author-email: blame: Add option to show author email instead of name Conflicts: t/annotate-tests.sh --- 4ef927a995d9b54b37e4cff8ed7cd92764d4dacd diff --cc t/annotate-tests.sh index 212bd605b,0eeeda3f3..d34208cc2 --- a/t/annotate-tests.sh +++ b/t/annotate-tests.sh @@@ -38,8 -38,8 +38,8 @@@ test_expect_success 'prepare reference tree' \ 'echo "1A quick brown fox jumps over the" >file && echo "lazy dog" >>file && - git add file + git add file && - GIT_AUTHOR_NAME="A" git commit -a -m "Initial."' + GIT_AUTHOR_NAME="A" GIT_AUTHOR_EMAIL="A@test.git" git commit -a -m "Initial."' test_expect_success \ 'check all lines blamed on A' \