diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-08 18:47:54 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-08 18:49:37 -0800 |
commit | acca687fa9db8eaa380b65d63c3f0d4364892acf (patch) | |
tree | 93190f338cbb862eacaf8bddf09e93af458783a7 /t | |
parent | 659db3f673fe199bad6ce9cc625d3a1b098bfbcf (diff) | |
download | git-acca687fa9db8eaa380b65d63c3f0d4364892acf.tar.gz git-acca687fa9db8eaa380b65d63c3f0d4364892acf.tar.xz |
git-pickaxe: retire pickaxe
Just make it take over blame's place. Documentation and command
have all stopped mentioning "git-pickaxe". The built-in synonym
is left in the command table, so you can still say "git pickaxe",
but it probably is a good idea to retire it as well.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't')
-rwxr-xr-x | t/t8003-pickaxe.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/t/t8003-pickaxe.sh b/t/t8003-pickaxe.sh deleted file mode 100755 index d09d1c982..000000000 --- a/t/t8003-pickaxe.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -test_description='git-pickaxe' -. ./test-lib.sh - -PROG='git pickaxe -c' -. ../annotate-tests.sh - -test_done |