git-gui: Honor core.excludesfile when listing extra files
commit94a4dd9bfda79a226f8dd57fd20c39c6603ec194
authorShawn O. Pearce <spearce@spearce.org>
Sun, 29 Jul 2007 07:22:27 +0000 (29 03:22 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 29 Jul 2007 07:22:27 +0000 (29 03:22 -0400)
treeaad7a9af0a3b232c7bc55ffa4fc859dcfc3b15a3
parent360cc106e76ea2a4ba424905c4924e9ed6a4165d
git-gui: Honor core.excludesfile when listing extra files

Recent git versions have a git-status that honors the core.excludesfile
configuration option when it reports on untracked files.  Unfortunately
I missed the introduction of this configuration option in the core
porcelain implementation, so it was not reflected here in git-gui.

Found and reported by Lars Noschinski <lars@public.noschinski.de>.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh