]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-check-ignore.txt
check-ignore: correct documentation about output
authorDennis Kaarsemaker <dennis@kaarsemaker.net>
Fri, 20 Nov 2015 20:30:48 +0000 (21:30 +0100)
committerJeff King <peff@peff.net>
Tue, 24 Nov 2015 22:13:36 +0000 (17:13 -0500)
commit219cbf091a3d2e2e0a9bb82ba7c297eb5da413a3
treef026b2006967959d160aecc5b583d8117e6f8c95
parentaf40944bda352190f05d22b7cb8fe88beb17f3a7
check-ignore: correct documentation about output

By default git check-ignore shows only the filenames that will be
ignored, not the pattern that causes their exclusion. Instead of moving
the partial exclude pattern precendence information to the -v option
where it belongs, link to gitignore(5) which describes this more
thoroughly.

Signed-off-by: Dennis Kaarsemaker <dennis@kaarsemaker.net>
Signed-off-by: Jeff King <peff@peff.net>
Documentation/git-check-ignore.txt