Code

Teach git-status-script about git-ls-files --others
authorJunio C Hamano <junkio@cox.net>
Fri, 26 Aug 2005 09:12:50 +0000 (02:12 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 28 Aug 2005 19:15:10 +0000 (12:15 -0700)
commitba966b957908248396402acd785d10ba1da07294
treeacae08c161de728bf10fb5bdaeece268b8df2180
parent9804b7dc1974d59d4d37c37ba4624bb835456207
Teach git-status-script about git-ls-files --others

When there is non-empty $GIT_DIR/info/exclude file, use it along
with .gitignore per-directory exclude pattern files (which was
a convention agreed on the list while ago and is compatible with
Cogito) to generate a list of ignored files as well.

Signed-off-by: Junio C Hamano <junkio@cox.net>
(cherry picked from d330948a5ff0df55c2f12627c0583b4e16f1ea4d commit)
git-status-script