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 /builtin.h | |
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 'builtin.h')
-rw-r--r-- | builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ extern int cmd_add(int argc, const char **argv, const char *prefix); extern int cmd_annotate(int argc, const char **argv, const char *prefix); extern int cmd_apply(int argc, const char **argv, const char *prefix); extern int cmd_archive(int argc, const char **argv, const char *prefix); +extern int cmd_blame(int argc, const char **argv, const char *prefix); extern int cmd_branch(int argc, const char **argv, const char *prefix); extern int cmd_cat_file(int argc, const char **argv, const char *prefix); extern int cmd_checkout_index(int argc, const char **argv, const char *prefix); |