Builtin git-show-branch.
[git.git] / git.c
diff --git a/git.c b/git.c
index f44e08b..d29505c 100644 (file)
--- a/git.c
+++ b/git.c
@@ -58,7 +58,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "tar-tree", cmd_tar_tree },
                { "read-tree", cmd_read_tree },
                { "commit-tree", cmd_commit_tree },
-               { "apply", cmd_apply }
+               { "apply", cmd_apply },
+               { "show-branch", cmd_show_branch }
        };
        int i;