aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/ignore/internal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-4/+4
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-3/+3
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Make the IMatcher public APIThomas Wolf2020-02-203-63/+3
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-049-342/+45
|/
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-172-34/+31
* Increase severity of OperatorPrecedence to ERROR, and fix instancesDavid Pursehouse2019-06-121-1/+1
* gitignore/gitattributes: fix matching of \rMarc Strapetz2018-10-271-1/+1
* PathMatcher: fix handling of **/Marc Strapetz2018-02-227-45/+56
* Merge branch 'stable-4.9'Matthias Sohn2017-12-231-1/+4
|\
| * Strings#convertGlob: fix escaping of patterns like [\[].Dmitry Pavlenko2017-12-211-1/+4
* | InvalidPatternException: Add constructor that takes ThrowableDavid Pursehouse2017-12-191-4/+2
* | Fix javadoc in org.eclipse.jgit ignore packageMatthias Sohn2017-12-189-9/+31
|/
* Exclude file matching: fix backtracking on match failures after **Thomas Wolf2017-08-271-1/+24
* Fix path pattern matching to work also for gitattributesThomas Wolf2017-08-274-59/+107
* Fix off-by-one error in Strings.count()Thomas Wolf2017-08-141-4/+7
* Fix matching ignores and attributes pattern of form a/b/**.Dmitry Pavlenko2017-07-241-11/+14
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-202-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-196-0/+10
* Remove @since tags from internal packagesJonathan Nieder2017-01-249-18/+0
* Ignore trailing spaces in directory rule patternsAndrey Loskutov2016-09-141-4/+44
* [ignore rules] fix for handling unmatched '[' bracketsAndrey Loskutov2015-09-301-3/+1
* [ignore rules] fix for backslash handlingAndrey Loskutov2015-09-266-9/+50
* [ignore rules] Fix for character group matcherAndrey Loskutov2015-09-261-1/+1
* Properly support special regex characters in ignore rulesAndrey Loskutov2015-09-241-1/+15
* Don't crash while parsing ignore patternsAndrey Loskutov2015-07-211-1/+13
* Don't trim trailing space if it is escaped with backslashAndrey Loskutov2015-07-211-1/+24
* Consider only escaping backslash for regular expressions in ignore rulesAndrey Loskutov2015-07-211-2/+20
* Add basic support for .gitattributesArthur Daussy2015-01-071-0/+14
* PathMatcher should respect "assumeDirectory" flagAndrey Loskutov2014-12-281-1/+2
* Don't use java.util.regex for two simple wildcard casesAndrey Loskutov2014-11-184-6/+211
* Expand wildcard imports to specfic classesShawn Pearce2014-11-102-3/+9
* Reimplementation of ignore rule parserAndrey Loskutov2014-10-277-0/+1041