summaryrefslogtreecommitdiffstats
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 22:11:13 +0200
commit51ce34b9923d9b119ac53414584f80e05520abea (patch)
tree1a7e3d2ef08ec8537e1b8bfe2da5e2ab7e356343 /git.c
parentBuiltin git-apply. (diff)
downloadgit-51ce34b9923d9b119ac53414584f80e05520abea.tar.xz
git-51ce34b9923d9b119ac53414584f80e05520abea.zip
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 '')
-rw-r--r--git.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/git.c b/git.c
index f44e08b9ce..d29505c4c9 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;