cache.h: allow oid_object_info to handle arbitrary repositories
[gitweb.git] / repository.h
index 09df94a4722dacc40ab106e3b3ca348167daa764..e6e00f541bdc7f61b08ad881b8d66047cc0f1d02 100644 (file)
@@ -26,6 +26,9 @@ struct repository {
         */
        struct raw_object_store *objects;
 
+       /* The store in which the refs are held. */
+       struct ref_store *refs;
+
        /*
         * Path to the repository's graft file.
         * Cannot be NULL after initialization.