X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.c;h=d29505c4c92f56f1d9829e53d56b8ed7b915d587;hb=51ce34b9923d9b119ac53414584f80e05520abea;hp=f44e08b9cee77e2e8921c98d84e3e91e3a45bb8d;hpb=ac6245e31a359200b65bfdd910bba9a0fbe90c11;p=git.git diff --git a/git.c b/git.c index f44e08b9..d29505c4 100644 --- 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;