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