Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
short i/o: fix calls to write to use xwrite or write_in_full
[gitweb.git]
/
wt-status.h
diff --git
a/wt-status.h
b/wt-status.h
index 0a5a5b7ba9fc1d50c7dcab8220a4fb77ffecddb4..892a86c76abe69ce69327a10a5d491cc47f8e82b 100644
(file)
--- a/
wt-status.h
+++ b/
wt-status.h
@@
-16,6
+16,7
@@
struct wt_status {
int verbose;
int amend;
int untracked;
+ int workdir_clean;
};
int git_status_config(const char *var, const char *value);