repo.or.cz
/
git
/
gitweb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'jk/test-framework-updates'
[git/gitweb.git]
/
t
/
t8002-blame.sh
blob
5cdf3f178e8b94481370bcc8385248ec88e46f2c
1
#!/bin/sh
2
3
test_description
=
'git blame'
4
. .
/
test-lib.sh
5
6
PROG
=
'git blame -c'
7
.
"
$TEST_DIRECTORY
"
/
annotate-tests.sh
8
9
PROG
=
'git blame -c -e'
10
test_expect_success
'blame --show-email'
'
11
check_count \
12
"<A@test.git>" 1 \
13
"<B@test.git>" 1 \
14
"<B1@test.git>" 1 \
15
"<B2@test.git>" 1 \
16
"<author@example.com>" 1 \
17
"<C@test.git>" 1 \
18
"<D@test.git>" 1 \
19
"<E at test dot git>" 1
20
'
21
22
test_done