]> asedeno.scripts.mit.edu Git - git.git/blobdiff - wt-status.h
log --graph --left-right: show left/right information in place of '*'
[git.git] / wt-status.h
index 225fb4d53561f4f1d6ad43fd990dda1c6da956f0..f0675fdff33420ba42f3a700501003a43afda376 100644 (file)
@@ -8,6 +8,7 @@ enum color_wt_status {
        WT_STATUS_UPDATED,
        WT_STATUS_CHANGED,
        WT_STATUS_UNTRACKED,
+       WT_STATUS_NOBRANCH,
 };
 
 struct wt_status {
@@ -17,6 +18,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;
@@ -27,7 +29,8 @@ struct wt_status {
 };
 
 int git_status_config(const char *var, const char *value);
-int wt_status_use_color;
+extern int wt_status_use_color;
+extern int wt_status_relative_paths;
 void wt_status_prepare(struct wt_status *s);
 void wt_status_print(struct wt_status *s);