]> git.ipfire.org Git - thirdparty/git.git/blobdiff - wt-status.h
Sync with 2.16.6
[thirdparty/git.git] / wt-status.h
index 3f84d5c29ff270596a894e2d42843b03d7aa37c5..ea2456daf24a4a74b3d85b041527ce5f99dc2695 100644 (file)
@@ -5,6 +5,7 @@
 #include "string-list.h"
 #include "color.h"
 #include "pathspec.h"
+#include "remote.h"
 
 struct worktree;
 
@@ -87,6 +88,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 */