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