author | Junio C Hamano <junkio@cox.net> | |
Fri, 26 Aug 2005 09:12:50 +0000 (02:12 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 28 Aug 2005 19:15:10 +0000 (12:15 -0700) | ||
commit | ba966b957908248396402acd785d10ba1da07294 | |
tree | acae08c161de728bf10fb5bdaeece268b8df2180 | tree | snapshot |
parent | 9804b7dc1974d59d4d37c37ba4624bb835456207 | commit | diff |
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)
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 | diff | blob | history |