Builtin git-show-branch.

Signed-off-by: Peter Eriksen <s022018@student.dtu.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Peter Eriksen
2006-05-23 14:15:35 +02:00
committed by Junio C Hamano
parent ac6245e31a
commit 51ce34b992
4 changed files with 10 additions and 7 deletions

3
git.c
View File

@ -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;