gitweb: Link to associated tree from a particular log item in full log view
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index 70cafb02625016943f03622ff37949d8f64cdcfb..44ab0de94d84e3b09d753b1da85679efcfd793a0 100644 (file)
--- a/git.c
+++ b/git.c
@@ -253,6 +253,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "rev-list", cmd_rev_list, RUN_SETUP },
                { "rev-parse", cmd_rev_parse, RUN_SETUP },
                { "rm", cmd_rm, RUN_SETUP },
+               { "runstatus", cmd_runstatus, RUN_SETUP },
                { "show-branch", cmd_show_branch, RUN_SETUP },
                { "show", cmd_show, RUN_SETUP | USE_PAGER },
                { "stripspace", cmd_stripspace },