Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add tests for git push'es mirror mode
[gitweb.git]
/
wt-status.h
diff --git
a/wt-status.h
b/wt-status.h
index 4f3a615c32bb15bd67cb0a467a7114453fc9a6f1..77449326dbec5c3f83559c300aec2922445829ef 100644
(file)
--- a/
wt-status.h
+++ b/
wt-status.h
@@
-21,6
+21,7
@@
struct wt_status {
int commitable;
int workdir_dirty;
int workdir_untracked;
+ const char *index_file;
FILE *fp;
};