Make git-update-index 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:57 +02:00
committed by Junio C Hamano
parent 7499c99615
commit fefe81c996
4 changed files with 18 additions and 11 deletions

3
git.c
View File

@ -182,7 +182,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "write-tree", cmd_write_tree },
{ "mailsplit", cmd_mailsplit },
{ "mailinfo", cmd_mailinfo },
{ "stripspace", cmd_stripspace }
{ "stripspace", cmd_stripspace },
{ "update-index", cmd_update_index }
};
int i;