Code

Allow --no-verify to bypass commit-msg hook
[git.git] / wt-status.h
index 77449326dbec5c3f83559c300aec2922445829ef..63d50f2871f51d4363afa2f7bbb21c81186b9f44 100644 (file)
@@ -23,9 +23,12 @@ struct wt_status {
        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);