Community
Participate
Working Groups
Created attachment 248052 [details] Example project with git repository jgit can't handle "triple" negation of nested ignore rules. Consider this layout: root contains .gitignore: *.o d Directory c has c/.gitignore: !d This mean: - ignore all *.o files - also ignore all files from "d" directories - in the "c" directory revert the last rule and don't ignore "d". Still, *.o rule is valid in c/d. c/d/hello.o file is shown as untracked by jgit, but as ignored by CLI git. This is *not* a duplicate of 407475. I have a patch.
Possible patch: https://git.eclipse.org/r/35295
The fix for this bug also fixes bug 407475. *** This bug has been marked as a duplicate of bug 407475 ***
*** Bug 407643 has been marked as a duplicate of this bug. ***