]> git.ipfire.org Git - thirdparty/git.git/commit
git-pickaxe: retire pickaxe
authorJunio C Hamano <junkio@cox.net>
Thu, 9 Nov 2006 02:47:54 +0000 (18:47 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 9 Nov 2006 02:49:37 +0000 (18:49 -0800)
commitacca687fa9db8eaa380b65d63c3f0d4364892acf
tree93190f338cbb862eacaf8bddf09e93af458783a7
parent659db3f673fe199bad6ce9cc625d3a1b098bfbcf
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>
Documentation/git-blame.txt
Documentation/git-pickaxe.txt [deleted file]
Documentation/git.txt
Makefile
blame.c [deleted file]
builtin-blame.c [moved from builtin-pickaxe.c with 98% similarity]
builtin.h
git.c
t/t8003-pickaxe.sh [deleted file]