mirror of
https://github.com/git/git.git
synced 2024-11-19 09:23:54 +01:00
8752d11d60
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
10 lines
116 B
Bash
Executable File
10 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
|