X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=wt-status.h;h=cfea4ae68805d74b825cae6935a4a0dd5de5134d;hb=5153399c9b0c0e38d00877c4a78248eefeba7ad3;hp=0a5a5b7ba9fc1d50c7dcab8220a4fb77ffecddb4;hpb=2074cb0af339f586cab6e0cdc20c4eadf3ba93e8;p=git.git 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);