X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=wt-status.h;h=78add09bd67c727babb61cd1eaa773bcd0c6e55e;hb=4c1360f472ca5706a3dd1eed0b88603cb05d0827;hp=54f756de2be173879c69ec6204535c7efb5c18e1;hpb=4bfee30a98783f7987c395e6006a2a6717344c04;p=git.git diff --git a/wt-status.h b/wt-status.h index 54f756de2..78add09bd 100644 --- a/wt-status.h +++ b/wt-status.h @@ -12,7 +12,8 @@ enum color_wt_status { }; enum untracked_status_type { - SHOW_NORMAL_UNTRACKED_FILES = 1, + SHOW_NO_UNTRACKED_FILES, + SHOW_NORMAL_UNTRACKED_FILES, SHOW_ALL_UNTRACKED_FILES }; extern enum untracked_status_type show_untracked_files;