Make git-update-ref 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:22:00 +02:00
committed by Junio C Hamano
parent fefe81c996
commit 854b4629f9
4 changed files with 11 additions and 5 deletions

3
git.c
View File

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