read-cache: mark updated entries for split index
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 47fe3746be9ea12c030f73ac050d8d6a018d3465..295bf9da5b9f7f8b386ab01df638e1d4aaf0f1e1 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -169,6 +169,8 @@ struct cache_entry {
 /* used to temporarily mark paths matched by pathspecs */
 #define CE_MATCHED           (1 << 26)
 
+#define CE_UPDATE_IN_BASE    (1 << 27)
+
 /*
  * Extended on-disk flags
  */