1
0
mirror of https://github.com/git/git.git synced 2024-11-19 09:23:54 +01:00
git/t/t8002-blame.sh
Fredrik Kuivinen 8752d11d60 git-blame: Use the same tests for git-blame as for git-annotate
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-03-05 16:02:44 -08:00

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