Builtin git-tar-tree.
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index 8574775418954b9875a93dd50e84f108762d9a4e..c253e609532cbf115bf06ed53aec0d138650f001 100644 (file)
--- a/git.c
+++ b/git.c
@@ -54,7 +54,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "init-db", cmd_init_db },
                { "check-ref-format", cmd_check_ref_format },
                { "ls-files", cmd_ls_files },
-               { "ls-tree", cmd_ls_tree }
+               { "ls-tree", cmd_ls_tree },
+               { "tar-tree", cmd_tar_tree }
        };
        int i;