X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=wt-status.h;h=9df9c9fad2512d7c1d7d6456cdd645d641b5a089;hb=7e7db5e4520388d3a6f1efbe2f7a29d43bd06a2b;hp=4f190454e5b2ad46b33894fb55aa7dd8dd28d604;hpb=0f0169d153ddb40628075a5e752ac7fe87ddc958;p=git.git diff --git a/wt-status.h b/wt-status.h index 4f190454e..9df9c9fad 100644 --- a/wt-status.h +++ b/wt-status.h @@ -13,7 +13,7 @@ enum color_wt_status { WT_STATUS_NOBRANCH, WT_STATUS_UNMERGED, WT_STATUS_LOCAL_BRANCH, - WT_STATUS_REMOTE_BRANCH, + WT_STATUS_REMOTE_BRANCH }; enum untracked_status_type { @@ -45,6 +45,7 @@ struct wt_status { int submodule_summary; int show_ignored_files; enum untracked_status_type show_untracked_files; + const char *ignore_submodule_arg; char color_palette[WT_STATUS_REMOTE_BRANCH+1][COLOR_MAXLEN]; /* These are computed during processing of the individual sections */