17 const char *reference
;
22 /* These are computed during processing of the individual sections */
25 int workdir_untracked
;
26 const char *index_file
;
31 int git_status_config(const char *var
, const char *value
, void *cb
);
32 extern int wt_status_use_color
;
33 extern int wt_status_relative_paths
;
34 void wt_status_prepare(struct wt_status
*s
);
35 void wt_status_print(struct wt_status
*s
);