mirror of
https://github.com/git/git.git
synced 2024-11-02 15:28:21 +01:00
10 lines
116 B
Bash
10 lines
116 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
test_description='git-blame'
|
||
|
. ./test-lib.sh
|
||
|
|
||
|
PROG='git blame -c'
|
||
|
source ../annotate-tests.sh
|
||
|
|
||
|
test_done
|