Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
date: recognize bogus FreeBSD gmtime output
[gitweb.git]
/
wt-status.h
diff --git
a/wt-status.h
b/wt-status.h
index 81e1dcf84dbfbea76657d3b4c65e3e63890396e9..74208c06fd08b49041489c869d3c5f16804493da 100644
(file)
--- a/
wt-status.h
+++ b/
wt-status.h
@@
-69,6
+69,7
@@
struct wt_status {
struct string_list change;
struct string_list untracked;
struct string_list ignored;
+ uint32_t untracked_in_ms;
};
struct wt_status_state {