Builtin git-apply.
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
6d96ac18e5
commit
ac6245e31a
3
git.c
3
git.c
@ -57,7 +57,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
|
||||
{ "ls-tree", cmd_ls_tree },
|
||||
{ "tar-tree", cmd_tar_tree },
|
||||
{ "read-tree", cmd_read_tree },
|
||||
{ "commit-tree", cmd_commit_tree }
|
||||
{ "commit-tree", cmd_commit_tree },
|
||||
{ "apply", cmd_apply }
|
||||
};
|
||||
int i;
|
||||
|
||||
|
Reference in New Issue
Block a user