Teach receive-pack about ref-log
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index 561be303dcf4a22ed03179244fd3424f76934cad..f7e784164997a3d0e6885cc57eceeacf41d433ab 100644 (file)
--- a/git.c
+++ b/git.c
@@ -270,6 +270,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "whatchanged", cmd_whatchanged, RUN_SETUP | USE_PAGER },
                { "write-tree", cmd_write_tree, RUN_SETUP },
                { "verify-pack", cmd_verify_pack },
+               { "show-ref", cmd_show_ref, RUN_SETUP },
                { "pack-refs", cmd_pack_refs, RUN_SETUP },
        };
        int i;