Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-import: Improve robustness when D->F changes provided in wrong order
[gitweb.git]
/
wt-status.h
diff --git
a/wt-status.h
b/wt-status.h
index c60f40a34a89ccdacdc864203d4441cf3e20bcc5..91206739f318233811dbd594d5ff37aa77c06eef 100644
(file)
--- a/
wt-status.h
+++ b/
wt-status.h
@@
-25,6
+25,8
@@
struct wt_status_change_data {
int index_status;
int stagemask;
char *head_path;
+ unsigned dirty_submodule : 2;
+ unsigned new_submodule_commits : 1;
};
struct wt_status {