aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/ignore/internal/PathMatcher.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+1
* Make the IMatcher public APIThomas Wolf2020-02-201-0/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-19/+18
* PathMatcher: fix handling of **/Marc Strapetz2018-02-221-20/+38
* Fix javadoc in org.eclipse.jgit ignore packageMatthias Sohn2017-12-181-1/+6
* 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-271-29/+44
* 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-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* Remove @since tags from internal packagesJonathan Nieder2017-01-241-2/+0
* [ignore rules] fix for backslash handlingAndrey Loskutov2015-09-261-2/+3
* Don't trim trailing space if it is escaped with backslashAndrey Loskutov2015-07-211-1/+24
* PathMatcher should respect "assumeDirectory" flagAndrey Loskutov2014-12-281-1/+2
* Don't use java.util.regex for two simple wildcard casesAndrey Loskutov2014-11-181-2/+13
* Expand wildcard imports to specfic classesShawn Pearce2014-11-101-2/+6
* Reimplementation of ignore rule parserAndrey Loskutov2014-10-271-0/+239