git status: document trade-offs in choosing parameters to the -u option
commit5823eb2b28696bf0eb25f6ca35b303447869f85c
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Mar 2013 16:53:48 +0000 (15 09:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Mar 2013 19:24:56 +0000 (15 12:24 -0700)
tree590e492b41302173d974408b89685f4fdb1f6eee
parent15999998fbda60552742275570947431b57108ae
git status: document trade-offs in choosing parameters to the -u option

In some repostories users experience that "git status" command takes
long time.  The command spends some time searching the file system
for untracked files.

Explain the trade-off struck by the default choice of `normal` to
help users make an appropriate choice better, before talking about
the configuration variable.

Inspired by Torsten Bögershausen.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-status.txt