aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorPeter Eriksen <s022018@student.dtu.dk>2006-05-23 14:15:35 +0200
committerJunio C Hamano <junkio@cox.net>2006-05-23 13:11:13 -0700
commit51ce34b9923d9b119ac53414584f80e05520abea (patch)
tree1a7e3d2ef08ec8537e1b8bfe2da5e2ab7e356343 /git.c
parentac6245e31a359200b65bfdd910bba9a0fbe90c11 (diff)
downloadgit-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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/git.c b/git.c
index f44e08b9c..d29505c4c 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;