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:
Peter Eriksen
2006-05-23 14:15:34 +02:00
committed by Junio C Hamano
parent 6d96ac18e5
commit ac6245e31a
4 changed files with 10 additions and 5 deletions

3
git.c
View File

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