1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-23 15:28:14 +02:00
git/t/t8002-blame.sh
Junio C Hamano 5be60078c9 Rewrite "git-frotz" to "git frotz"
This uses the remove-dashes target to replace "git-frotz" to "git frotz".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2007-07-02 22:52:14 -07:00

10 lines
111 B
Bash
Executable File

#!/bin/sh
test_description='git blame'
. ./test-lib.sh
PROG='git blame -c'
. ../annotate-tests.sh
test_done