Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tree-walk: accept a raw length for traverse_path_len()
[gitweb.git]
/
builtin
/
clone.c
diff --git
a/builtin/clone.c
b/builtin/clone.c
index 356bae5ed72d2e510da08d8089fbdda607ba0e9f..3623f040d4086458b8e36e5e701d892c1d426078 100644
(file)
--- a/
builtin/clone.c
+++ b/
builtin/clone.c
@@
-1245,7
+1245,7
@@
int cmd_clone(int argc, const char **argv, const char *prefix)
transport_disconnect(transport);
if (option_dissociate) {
- close_
all_packs
(the_repository->objects);
+ close_
object_store
(the_repository->objects);
dissociate_from_references();
}