Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
progress: no progress in background
[gitweb.git]
/
split-index.h
diff --git
a/split-index.h
b/split-index.h
index 53b778fa616c1c23a940616fd27341ac1e8f43b6..c1324f521a87c427c531464c5e6424fe38d7d35b 100644
(file)
--- a/
split-index.h
+++ b/
split-index.h
@@
-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;
};