split-index: the writing part
[gitweb.git] / split-index.h
index 812e510f7e71cb9f32c1945e6a4cbd80598cd89a..53b778fa616c1c23a940616fd27341ac1e8f43b6 100644 (file)
@@ -3,10 +3,14 @@
 
 struct index_state;
 struct strbuf;
+struct ewah_bitmap;
 
 struct split_index {
        unsigned char base_sha1[20];
        struct index_state *base;
+       struct ewah_bitmap *delete_bitmap;
+       struct ewah_bitmap *replace_bitmap;
+       struct cache_entry **saved_cache;
        unsigned int saved_cache_nr;
        int refcount;
 };