14 enum untracked_status_type
{
15 SHOW_NO_UNTRACKED_FILES
,
16 SHOW_NORMAL_UNTRACKED_FILES
,
17 SHOW_ALL_UNTRACKED_FILES
19 extern enum untracked_status_type show_untracked_files
;
24 const char *reference
;
29 /* These are computed during processing of the individual sections */
32 int workdir_untracked
;
33 const char *index_file
;
38 int git_status_config(const char *var
, const char *value
, void *cb
);
39 extern int wt_status_use_color
;
40 extern int wt_status_relative_paths
;
41 void wt_status_prepare(struct wt_status
*s
);
42 void wt_status_print(struct wt_status
*s
);