summaryrefslogtreecommitdiff
path: root/t/t8002-blame.sh
blob: 97773939962187b4a27176e9bcb5104652ba3853 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
 
test_description='git-blame'
. ./test-lib.sh
 
PROG='git blame -c'
. ../annotate-tests.sh
 
test_done