* git check-ignore returns included files
@ 2016-06-03 14:48 Julien Cretin
0 siblings, 0 replies; only message in thread
From: Julien Cretin @ 2016-06-03 14:48 UTC (permalink / raw)
To: git
Hello,
Is it expected for check-ignore to output included files (using a "!"
prefix)?
Steps to reproduce:
git init foo
cd foo
touch bar
echo '/bar\n!/bar' > .gitignore
git add bar .gitignore
git commit -mbar
git check-ignore --verbose --no-index bar
Actual behavior:
.gitignore:2:!/bar bar
exit code = 0
Expected behavior:
no output
exit code = 1
I tested with the next branch, which is currently at
8a191e187a9dca3d786c0197f9610e627b4f4137.
The man page of check-ignore says:
« For each pathname [...], check whether the file is excluded by
.gitignore [...] and output the path if it is excluded. »
and:
« If the pattern contained a ! prefix or / suffix, it will be
preserved in the output. »
The man page of gitignore says:
« An optional prefix "!" which negates the pattern; any matching file
excluded by a previous pattern will become included again. »
I am not sure how I should understand this situation.
Best regards,
Julien
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-06-03 14:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-03 14:48 git check-ignore returns included files Julien Cretin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).