status: update short status to respect --no-ahead-behind
[gitweb.git] / wt-status.h
index fe27b465e220bb720dfd0b4d52ddeae74a942707..b91267455b9b9aa0b4673ce7c6206166a9abc885 100644 (file)
@@ -5,6 +5,7 @@
 #include "string-list.h"
 #include "color.h"
 #include "pathspec.h"
+#include "remote.h"
 
 struct worktree;
 
@@ -86,6 +87,7 @@ struct wt_status {
        int show_branch;
        int show_stash;
        int hints;
+       enum ahead_behind_flags ahead_behind_flags;
 
        enum wt_status_format status_format;
        unsigned char sha1_commit[GIT_MAX_RAWSZ]; /* when not Initial */