author | Junio C Hamano <gitster@pobox.com> | |
Wed, 17 Nov 2010 22:39:20 +0000 (14:39 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 17 Nov 2010 22:39:20 +0000 (14:39 -0800) |
* kb/blame-author-email:
blame: Add option to show author email instead of name
Conflicts:
t/annotate-tests.sh
blame: Add option to show author email instead of name
Conflicts:
t/annotate-tests.sh
1 | 2 | |||
---|---|---|---|---|
builtin/blame.c | patch | | diff1 | | diff2 | | blob | history |
t/annotate-tests.sh | patch | | diff1 | | diff2 | | blob | history |
diff --cc builtin/blame.c
Simple merge
diff --cc t/annotate-tests.sh
index 212bd605b5193d26c38efda3bb2ed9fd95b8b462,0eeeda3f3b164b86bb3d44693669d20c360565ca..d34208cc27623a6105f6b12f863c648429d2d34d
--- 1/t/annotate-tests.sh
--- 2/t/annotate-tests.sh
+++ b/t/annotate-tests.sh
'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' \