Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used together
[gitweb.git]
/
wt-status.h
diff --git
a/wt-status.h
b/wt-status.h
index 54f756de2be173879c69ec6204535c7efb5c18e1..78add09bd67c727babb61cd1eaa773bcd0c6e55e 100644
(file)
--- 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;