diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-07 17:03:46 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-12 19:33:03 -0800 |
commit | 4cc41a16c15a6d73b13f9211eb8bf49ec869705f (patch) | |
tree | f3d46f67a17f0771def2269a2ce07cf26dc45d97 /git.c | |
parent | 207dfa07919baba034291f1d5169f86272839d59 (diff) | |
download | git-4cc41a16c15a6d73b13f9211eb8bf49ec869705f.tar.gz |
Remove git-diff-stages.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -240,7 +240,6 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "diff", cmd_diff, RUN_SETUP | USE_PAGER }, { "diff-files", cmd_diff_files, RUN_SETUP }, { "diff-index", cmd_diff_index, RUN_SETUP }, - { "diff-stages", cmd_diff_stages, RUN_SETUP }, { "diff-tree", cmd_diff_tree, RUN_SETUP }, { "fmt-merge-msg", cmd_fmt_merge_msg, RUN_SETUP }, { "for-each-ref", cmd_for_each_ref, RUN_SETUP }, |