]> git.ipfire.org Git - thirdparty/git.git/blame - t/t8002-blame.sh
Merge branch 'kk/maint-prefix-in-config-mak'
[thirdparty/git.git] / t / t8002-blame.sh
CommitLineData
8752d11d
FK
1#!/bin/sh
2
5be60078 3test_description='git blame'
8752d11d
FK
4. ./test-lib.sh
5
6PROG='git blame -c'
bfdbee98 7. "$TEST_DIRECTORY"/annotate-tests.sh
8752d11d 8
1b8cdce9
KB
9PROG='git blame -c -e'
10test_expect_success 'Blame --show-email works' '
9b01f003 11 check_count "<A@test.git>" 1 "<B@test.git>" 1 "<B1@test.git>" 1 "<B2@test.git>" 1 "<author@example.com>" 1 "<C@test.git>" 1 "<D@test.git>" 1 "<E at test dot git>" 1
1b8cdce9
KB
12'
13
8752d11d 14test_done