Make git-write-tree a builtin

Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Lukas Sandström
2006-06-13 22:21:42 +02:00
committed by Junio C Hamano
parent 64e86c5786
commit 8ed05fb5e9
4 changed files with 64 additions and 44 deletions

3
git.c
View File

@ -178,7 +178,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "diff-stages", cmd_diff_stages },
{ "diff-tree", cmd_diff_tree },
{ "cat-file", cmd_cat_file },
{ "rev-parse", cmd_rev_parse }
{ "rev-parse", cmd_rev_parse },
{ "write-tree", cmd_write_tree }
};
int i;