shell prompt: add bash.showUntrackedFiles option
authorMartin Erik Werner <martinerikwerner@gmail.com>
Wed, 13 Feb 2013 11:01:58 +0000 (12:01 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Feb 2013 16:06:57 +0000 (08:06 -0800)
commit66cb5d4420e6a25d0e9a325a2cf3a3a1acc37449
treed1a066b904719a20415ff7094252e2405eeaed94
parent5bf72ed2e7ef82d5ef7a35c978dc72576fdb0efc
shell prompt: add bash.showUntrackedFiles option

Add a config option 'bash.showUntrackedFiles' which allows enabling
the prompt showing untracked files on a per-repository basis. This is
useful for some repositories where the 'git ls-files ...' command may
take a long time.

Signed-off-by: Martin Erik Werner <martinerikwerner@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-prompt.sh