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:

committed by
Junio C Hamano

parent
fefe81c996
commit
854b4629f9
3
git.c
3
git.c
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user