Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/remote-pushremote-config-reading' into maint
[gitweb.git]
/
diffcore.h
diff --git
a/diffcore.h
b/diffcore.h
index 79de8cf28dc6919f069ae44f7f036a46264452e9..1315cfd4ef0fbe0aeb0cae9a14bf09fd53212124 100644
(file)
--- a/
diffcore.h
+++ b/
diffcore.h
@@
-68,6
+68,8
@@
struct diff_filepair {
unsigned broken_pair : 1;
unsigned renamed_pair : 1;
unsigned is_unmerged : 1;
+ unsigned done_skip_stat_unmatch : 1;
+ unsigned skip_stat_unmatch_result : 1;
};
#define DIFF_PAIR_UNMERGED(p) ((p)->is_unmerged)