diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-03-21 22:02:10 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-21 22:02:10 +0100 |
commit | 5d04924e1914a0c63b6467b8cb7194bf68c003cb (patch) | |
tree | 8b25ce5850f7ec792c6c69972584eec2f9062174 /advice.h | |
parent | Merge branch 'jn/shell-disable-interactive' (diff) | |
parent | status: advise to consider use of -u when read_directory takes too long (diff) | |
download | git-5d04924e1914a0c63b6467b8cb7194bf68c003cb.tar.xz git-5d04924e1914a0c63b6467b8cb7194bf68c003cb.zip |
Merge branch 'tb/document-status-u-tradeoff'
Suggest users to look into using--untracked=no option when "git
status" takes too long.
* 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 'advice.h')
-rw-r--r-- | advice.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ extern int advice_push_already_exists; extern int advice_push_fetch_first; extern int advice_push_needs_force; extern int advice_status_hints; +extern int advice_status_u_option; extern int advice_commit_before_merge; extern int advice_resolve_conflict; extern int advice_implicit_identity; |