aboutsummaryrefslogtreecommitdiff
path: root/wt-status.h
diff options
context:
space:
mode:
Diffstat (limited to 'wt-status.h')
-rw-r--r--wt-status.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/wt-status.h b/wt-status.h
index 0a5a5b7ba..cfea4ae68 100644
--- a/wt-status.h
+++ b/wt-status.h
@@ -12,10 +12,13 @@ struct wt_status {
int is_initial;
char *branch;
const char *reference;
- int commitable;
int verbose;
int amend;
int untracked;
+ /* These are computed during processing of the individual sections */
+ int commitable;
+ int workdir_dirty;
+ int workdir_untracked;
};
int git_status_config(const char *var, const char *value);