X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=wt-status.h;h=02afaa60eee74018e074a4dcb3bec97c2e0ce9dc;hb=a8128ed62858063e29edc066b14b8b0fa6257cc2;hp=77449326dbec5c3f83559c300aec2922445829ef;hpb=3d66dc9657f195cb241387a87bcdd5709abd8a21;p=git.git diff --git a/wt-status.h b/wt-status.h index 77449326d..02afaa60e 100644 --- a/wt-status.h +++ b/wt-status.h @@ -17,15 +17,19 @@ struct wt_status { int verbose; int amend; int untracked; + int nowarn; /* These are computed during processing of the individual sections */ int commitable; int workdir_dirty; int workdir_untracked; const char *index_file; FILE *fp; + const char *prefix; }; int git_status_config(const char *var, const char *value); +int wt_status_use_color; +int wt_status_relative_paths; void wt_status_prepare(struct wt_status *s); void wt_status_print(struct wt_status *s);