read-tree: force split-index mode off on --index-output
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 70fd8ed46219b1730971a89242b128be52828690..7523c28ec7bdc021abb4c5dfb68c6e7aeedf178a 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -170,6 +170,7 @@ struct cache_entry {
 #define CE_MATCHED           (1 << 26)
 
 #define CE_UPDATE_IN_BASE    (1 << 27)
+#define CE_STRIP_NAME        (1 << 28)
 
 /*
  * Extended on-disk flags
@@ -277,6 +278,7 @@ static inline unsigned int canon_mode(unsigned int mode)
 #define CE_ENTRY_ADDED         (1 << 3)
 #define RESOLVE_UNDO_CHANGED   (1 << 4)
 #define CACHE_TREE_CHANGED     (1 << 5)
+#define SPLIT_INDEX_ORDERED    (1 << 6)
 
 struct split_index;
 struct index_state {