Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit-graph: verify chains with --shallow mode
[gitweb.git]
/
builtin
/
clone.c
diff --git
a/builtin/clone.c
b/builtin/clone.c
index 50bde9961809b1d55c74fb6d3cbfbf5a86ddf5c7..82ce682c8065a430ffa953a015efbc4b238b9443 100644
(file)
--- a/
builtin/clone.c
+++ b/
builtin/clone.c
@@
-1240,7
+1240,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();
}