diff options
author | Fredrik Kuivinen <freku045@student.liu.se> | 2006-03-05 12:13:34 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-05 16:02:44 -0800 |
commit | 8752d11d60e8f48b6e242e7f504c8e8fd7eabb92 (patch) | |
tree | c39dcdc70ea65d7ed2aeb005f7581f36835681b8 /t/t8002-blame.sh | |
parent | blame and annotate: show localtime with timezone. (diff) | |
download | tgif-8752d11d60e8f48b6e242e7f504c8e8fd7eabb92.tar.xz |
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>
Diffstat (limited to 't/t8002-blame.sh')
-rwxr-xr-x | t/t8002-blame.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/t/t8002-blame.sh b/t/t8002-blame.sh new file mode 100755 index 0000000000..1036c54d30 --- /dev/null +++ b/t/t8002-blame.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +test_description='git-blame' +. ./test-lib.sh + +PROG='git blame -c' +source ../annotate-tests.sh + +test_done |