Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
packfile: add repository argument to cache_or_unpack_entry
[gitweb.git]
/
repository.h
diff --git
a/repository.h
b/repository.h
index 09df94a4722dacc40ab106e3b3ca348167daa764..e6e00f541bdc7f61b08ad881b8d66047cc0f1d02 100644
(file)
--- a/
repository.h
+++ b/
repository.h
@@
-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.