Code

run-command: Redirect stderr to a pipe before redirecting stdout to stderr
[git.git] / wt-status.h
index 225fb4d53561f4f1d6ad43fd990dda1c6da956f0..02afaa60eee74018e074a4dcb3bec97c2e0ce9dc 100644 (file)
@@ -17,6 +17,7 @@ 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;
@@ -28,6 +29,7 @@ struct wt_status {
 
 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);