summaryrefslogtreecommitdiff
path: root/repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'repository.h')
-rw-r--r--repository.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/repository.h b/repository.h
index dba3ddb..b9413be 100644
--- a/repository.h
+++ b/repository.h
@@ -39,6 +39,11 @@ struct repository {
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.
*/