tar-tree: remove deprecated command
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index 0c9dde27e4bb8e8971ab03aa81b92657e6762aee..5c9858fd837654e75d417174e7fcd87ba3dbf853 100644 (file)
--- a/git.c
+++ b/git.c
@@ -437,7 +437,6 @@ static void handle_internal_command(int argc, const char **argv)
                { "stripspace", cmd_stripspace },
                { "symbolic-ref", cmd_symbolic_ref, RUN_SETUP },
                { "tag", cmd_tag, RUN_SETUP },
-               { "tar-tree", cmd_tar_tree },
                { "unpack-file", cmd_unpack_file, RUN_SETUP },
                { "unpack-objects", cmd_unpack_objects, RUN_SETUP },
                { "update-index", cmd_update_index, RUN_SETUP },