Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
submodule: fixup nested submodules after moving the submodule
[gitweb.git]
/
builtin
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index 8ee998ea2ee8f736a49afe285d31b0be478cf15b..a39e9d7b1579fd6adb8d421ac8984bc0592b5eda 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-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)