diff options
author | Peter Eriksen <s022018@student.dtu.dk> | 2006-05-23 14:15:35 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-23 13:11:13 -0700 |
commit | 51ce34b9923d9b119ac53414584f80e05520abea (patch) | |
tree | 1a7e3d2ef08ec8537e1b8bfe2da5e2ab7e356343 /git.c | |
parent | ac6245e31a359200b65bfdd910bba9a0fbe90c11 (diff) | |
download | git-51ce34b9923d9b119ac53414584f80e05520abea.tar.gz git-51ce34b9923d9b119ac53414584f80e05520abea.tar.xz |
Builtin git-show-branch.
Signed-off-by: Peter Eriksen <s022018@student.dtu.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |