mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00

Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
9 lines
116 B
Bash
Executable file
9 lines
116 B
Bash
Executable file
#!/bin/sh
|
|
|
|
test_description='git-blame'
|
|
. ./test-lib.sh
|
|
|
|
PROG='git blame -c'
|
|
source ../annotate-tests.sh
|
|
|
|
test_done
|