Fourth batch for 2.14
[gitweb.git] / refs / refs-internal.h
index b267d5ca9ea31d321c276dbf3d0dc335a9427b56..b6b291cf00e5cf0403b4168eca90d5f67bd65c0d 100644 (file)
@@ -482,6 +482,10 @@ struct ref_store;
 #define REF_STORE_WRITE                (1 << 1) /* can perform update operations */
 #define REF_STORE_ODB          (1 << 2) /* has access to object database */
 #define REF_STORE_MAIN         (1 << 3)
+#define REF_STORE_ALL_CAPS     (REF_STORE_READ | \
+                                REF_STORE_WRITE | \
+                                REF_STORE_ODB | \
+                                REF_STORE_MAIN)
 
 /*
  * Initialize the ref_store for the specified gitdir. These functions