status: advise to consider use of -u when read_directory takes too long
Introduce advice.statusUoption to suggest considering use of -u to strike different trade-off when it took more than 2 seconds to enumerate untracked/ignored files. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
5823eb2b28
commit
6a38ef2ced
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user