Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
submodule deinit: unset core.worktree
[gitweb.git]
/
repository.h
diff --git
a/repository.h
b/repository.h
index 6041367f0872fd961c31ab33810da4317a1a5638..f2646f0c52aa83f6da8950cfd96c4308498cf417 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.