aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/ignore/FastIgnoreRule.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+0
* IgnoreNode: include path to file for invalid .gitignore patternsThomas Wolf2021-02-231-16/+22
* FastIgnoreRule: include bad pattern in log messageThomas Wolf2021-02-231-1/+6
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | Make the IMatcher public APIThomas Wolf2020-02-201-2/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* PathMatcher: fix handling of **/Marc Strapetz2018-02-221-1/+25
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-1/+1
* Fix javadoc in org.eclipse.jgit ignore packageMatthias Sohn2017-12-181-3/+13
* Fix path pattern matching to work also for gitattributesThomas Wolf2017-08-271-1/+1
* Organize importsDavid Pursehouse2016-11-141-2/+3
* Ignore trailing spaces in directory rule patternsAndrey Loskutov2016-09-141-1/+4
* Don't keep empty ignore rules in the ignore node listAndrey Loskutov2015-07-211-0/+8
* Don't crash while parsing ignore patternsAndrey Loskutov2015-07-211-0/+5
* Allow leading literal '#' and '!' in ignore rules if they are escapedAndrey Loskutov2015-07-211-15/+22
* Add basic support for .gitattributesArthur Daussy2015-01-071-15/+1
* Reimplementation of ignore rule parserAndrey Loskutov2014-10-271-0/+229