Merge branch 'jx/clean-interactive'
[gitweb.git] / wt-status.h
index 9966c13deb678857d5fdb0c3648865fa7189686b..9341c569a52e53cc939fa3bd94e013bbc2c8444d 100644 (file)
@@ -50,6 +50,7 @@ struct wt_status {
        enum commit_whence whence;
        int nowarn;
        int use_color;
+       int display_comment_prefix;
        int relative_paths;
        int submodule_summary;
        int show_ignored_files;
@@ -59,6 +60,7 @@ struct wt_status {
        unsigned colopts;
        int null_termination;
        int show_branch;
+       int hints;
 
        /* These are computed during processing of the individual sections */
        int commitable;