Make git-unpack-objects a builtin
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
5d4a600335
commit
6441363079
1
git.c
1
git.c
@ -267,6 +267,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
|
||||
{ "repo-config", cmd_repo_config },
|
||||
{ "name-rev", cmd_name_rev, NEEDS_PREFIX },
|
||||
{ "pack-objects", cmd_pack_objects, NEEDS_PREFIX },
|
||||
{ "unpack-objects", cmd_unpack_objects, NEEDS_PREFIX },
|
||||
};
|
||||
int i;
|
||||
|
||||
|
Reference in New Issue
Block a user