aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/CGitIgnoreTest.java
Commit message (Expand)AuthorAgeFilesLines
* Fix the handling of .git/info/exclude and core.excludesFileThomas Wolf2022-07-151-0/+82
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Skip ignored directories in FileTreeIteratorThomas Wolf2018-05-221-1/+3
* Fix processing of gitignore negationsMarc Strapetz2018-02-231-0/+64
* PathMatcher: fix handling of **/Marc Strapetz2018-02-221-0/+28
* CGitIgnoreTest: also test untracked filesMarc Strapetz2018-02-211-5/+30
* Strings#convertGlob: fix escaping of patterns like [\[].Dmitry Pavlenko2017-12-211-0/+27
* Fix some tests for running in bazelThomas Wolf2017-08-311-3/+4
* Exclude file matching: fix backtracking on match failures after **Thomas Wolf2017-08-271-0/+37
* Add new tests for gitignore/gitattribute pattern matchingThomas Wolf2017-08-271-0/+206