version --build-options: report commit, too, if possible
[gitweb.git] / split-index.h
index 53b778fa616c1c23a940616fd27341ac1e8f43b6..df91c1bda8117fe7d0f25a0aaedce79370801ce0 100644 (file)
@@ -12,6 +12,8 @@ struct split_index {
        struct ewah_bitmap *replace_bitmap;
        struct cache_entry **saved_cache;
        unsigned int saved_cache_nr;
+       unsigned int nr_deletions;
+       unsigned int nr_replacements;
        int refcount;
 };
 
@@ -29,5 +31,7 @@ void merge_base_index(struct index_state *istate);
 void prepare_to_write_split_index(struct index_state *istate);
 void finish_writing_split_index(struct index_state *istate);
 void discard_split_index(struct index_state *istate);
+void add_split_index(struct index_state *istate);
+void remove_split_index(struct index_state *istate);
 
 #endif