t1400: add tests around adding/deleting pseudorefs
[gitweb.git] / repository.h
index 6041367f0872fd961c31ab33810da4317a1a5638..f2646f0c52aa83f6da8950cfd96c4308498cf417 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.