git-status: respect core.excludesFile
commit0ba956d331e4c14fb1600a62044492c6c27af71a
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 22 May 2007 00:12:17 +0000 (22 01:12 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 22 May 2007 01:36:02 +0000 (21 18:36 -0700)
treeaae1442e634ac78378d483b22058bbc0c2c12273
parent243bfd33997484ee8ea2450f1910306f7138193b
git-status: respect core.excludesFile

git-add reads this variable, and honours the contents of that file if that
exists. Match this behaviour in git-status, too.

Noticed by Evan Carroll on IRC.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
Documentation/git-status.txt
t/t3001-ls-files-others-exclude.sh
wt-status.c