object-store: close all packs upon clearing the object store
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
a80d72db2a
commit
d0b5986622
@ -1478,7 +1478,7 @@ int cmd_fetch(int argc, const char **argv, const char *prefix)
|
||||
|
||||
string_list_clear(&list, 0);
|
||||
|
||||
close_all_packs();
|
||||
close_all_packs(the_repository->objects);
|
||||
|
||||
argv_array_pushl(&argv_gc_auto, "gc", "--auto", NULL);
|
||||
if (verbosity < 0)
|
||||
|
||||
Reference in New Issue
Block a user