diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-01 09:19:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-01 09:19:30 -0700 |
commit | fec274b01f39262f945edb64c14c3bfe130b5bef (patch) | |
tree | a1b30b637f50bd78c19bf3611ff2fae52056b40a /wt-status.h | |
parent | 41e603af58c3814d06e1c2b5d1449d516007a255 (diff) | |
parent | 6a38ef2ced55f0a8a7967581934e40f79e1d8733 (diff) | |
download | git-fec274b01f39262f945edb64c14c3bfe130b5bef.tar.gz |
Merge branch 'tb/document-status-u-tradeoff' into maint
* tb/document-status-u-tradeoff:
status: advise to consider use of -u when read_directory takes too long
git status: document trade-offs in choosing parameters to the -u option
Diffstat (limited to 'wt-status.h')
-rw-r--r-- | wt-status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wt-status.h b/wt-status.h index 81e1dcf84d..74208c06fd 100644 --- 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 { |