Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/xdiff-clamp-funcname-context-index' into maint
[gitweb.git]
/
object.c
diff --git
a/object.c
b/object.c
index e81d47a79cd6eb42fae7c104be0e9ac1e5173e79..cf1a2b708612a0e335893fadee0952e620400c5f 100644
(file)
--- a/
object.c
+++ b/
object.c
@@
-517,7
+517,7
@@
void raw_object_store_clear(struct raw_object_store *o)
o->loaded_alternates = 0;
INIT_LIST_HEAD(&o->packed_git_mru);
- close_
all_packs
(o);
+ close_
object_store
(o);
o->packed_git = NULL;
}