2006-03-05 14:13:34 +03:00
|
|
|
#!/bin/sh
|
|
|
|
|
2007-07-03 09:52:14 +04:00
|
|
|
test_description='git blame'
|
2006-03-05 14:13:34 +03:00
|
|
|
. ./test-lib.sh
|
|
|
|
|
|
|
|
PROG='git blame -c'
|
2008-08-08 13:26:28 +04:00
|
|
|
. "$TEST_DIRECTORY"/annotate-tests.sh
|
2006-03-05 14:13:34 +03:00
|
|
|
|
|
|
|
test_done
|