diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-07 16:33:59 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-07 16:33:59 -0800 |
commit | 24ad8e0ce23d08d28a5d664ab6164b10125146ce (patch) | |
tree | edcba1269b22d79a04558b83f47617f3ecc2acd0 /t/t8003-pickaxe.sh | |
parent | 231f240b63bd6cb1313e8952448b3d5b9d2fdf26 (diff) | |
parent | 7bd9641df5b7cca91b21bfdc587962c59700786c (diff) | |
download | git-24ad8e0ce23d08d28a5d664ab6164b10125146ce.tar.gz |
Merge branch 'jc/pickaxe'
Diffstat (limited to 't/t8003-pickaxe.sh')
-rwxr-xr-x | t/t8003-pickaxe.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/t/t8003-pickaxe.sh b/t/t8003-pickaxe.sh new file mode 100755 index 0000000000..d09d1c982c --- /dev/null +++ b/t/t8003-pickaxe.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +test_description='git-pickaxe' +. ./test-lib.sh + +PROG='git pickaxe -c' +. ../annotate-tests.sh + +test_done |