Merge branch 'en/rebase-i-microfixes'
[gitweb.git] / repository.h
index dba3ddbfdd2d48068d60100425d1a22025cd25b0..b9413be50cfd0c9d17865220c3db5eb16024187e 100644 (file)
@@ -38,6 +38,11 @@ struct repository {
        /* The store in which the refs are held. */
        struct ref_store *refs;
 
+       /*
+        * Contains path to often used file names.
+        */
+       struct path_cache cached_paths;
+
        /*
         * Path to the repository's graft file.
         * Cannot be NULL after initialization.