Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit-reach: move walk methods from commit.c
[gitweb.git]
/
repository.h
diff --git
a/repository.h
b/repository.h
index dba3ddbfdd2d48068d60100425d1a22025cd25b0..b9413be50cfd0c9d17865220c3db5eb16024187e 100644
(file)
--- a/
repository.h
+++ b/
repository.h
@@
-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.