git-gui: use --exclude-standard to check for untracked files
commit673eb4a01f340e5b0be0776fd05d1e84766182a3
authorStefan Naewe <stefan.naewe@googlemail.com>
Fri, 10 Dec 2010 15:41:09 +0000 (10 15:41 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 10 Dec 2010 15:42:09 +0000 (10 15:42 +0000)
tree2fffb3f5f287d62828e98c14902fdd3b2bbd22d5
parent88b21c2a407833a66f9aeb650f5b96c672691ecf
git-gui: use --exclude-standard to check for untracked files

This fixes git-gui failing to display untracked files that are listed
if core.excludefiles is set to ~/.gitexcludes

[PT: added expansion of core.excludesfile value by tcl]

Signed-off-by: Stefan Naewe <stefan.naewe@googlemail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-gui.sh