]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refs
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index de2a06b973a4ae99a8cb097e4efa627be3817317..9afb94d790c483561e7152b5be147de1aa6a934e 100644 (file)
--- a/git.c
+++ b/git.c
@@ -269,6 +269,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;