]> git.ipfire.org Git - thirdparty/git.git/blobdiff - repository.h
path.c: migrate global git_path_* to take a repository argument
[thirdparty/git.git] / repository.h
index 6d199819905f2a9f8334e496f2caf35a3546420c..83f9ef15103aef3fd479107a47ed7e0afa5dda45 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.