Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'split-index.h')
-rw-r--r--split-index.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/split-index.h b/split-index.h
index 812e510f7e..53b778fa61 100644
--- a/split-index.h
+++ b/split-index.h
@@ -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;
};