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:
committed by
Junio C Hamano
parent
ac6245e31a
commit
51ce34b992
3
git.c
3
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user