aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/ignore
Commit message (Expand)AuthorAgeFilesLines
* IgnoreNode: include path to file for invalid .gitignore patternsThomas Wolf2021-02-232-19/+65
* FastIgnoreRule: include bad pattern in log messageThomas Wolf2021-02-231-1/+6
* [spotbugs] Silence NP_BOOLEAN_RETURN_NULL in IgnoreNode#checkIgnoredMatthias Sohn2020-12-221-1/+4
* Merge branch 'stable-5.6'Matthias Sohn2020-02-223-6/+6
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-192-4/+4
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-192-2/+2
* | Make the IMatcher public APIThomas Wolf2020-02-204-9/+34
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0411-418/+55
|/
* 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
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Remove deprecated IgnoreNode#isIgnored methodMatthias Sohn2018-03-101-29/+0
* Fix warnings about boxing/unboxing BooleanDavid Pursehouse2018-02-251-2/+4
* Fix processing of gitignore negationsMarc Strapetz2018-02-231-30/+37
* PathMatcher: fix handling of **/Marc Strapetz2018-02-228-46/+81
* Merge branch 'stable-4.9'Matthias Sohn2017-12-231-1/+4
|\
| * Strings#convertGlob: fix escaping of patterns like [\[].Dmitry Pavlenko2017-12-211-1/+4
* | Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-1/+1
* | InvalidPatternException: Add constructor that takes ThrowableDavid Pursehouse2017-12-191-4/+2
* | Fix javadoc in org.eclipse.jgit ignore packageMatthias Sohn2017-12-1811-16/+55
|/
* 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-275-60/+108
* 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-203-3/+3
* 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
* Organize importsDavid Pursehouse2016-11-141-2/+3
* Ignore trailing spaces in directory rule patternsAndrey Loskutov2016-09-142-5/+48
* [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 keep empty ignore rules in the ignore node listAndrey Loskutov2015-07-212-1/+12
* Allow leading/trailing spaces in ignore rulesAndrey Loskutov2015-07-211-2/+2
* Don't crash while parsing ignore patternsAndrey Loskutov2015-07-212-1/+18
* Allow leading literal '#' and '!' in ignore rules if they are escapedAndrey Loskutov2015-07-211-15/+22
* 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
* Delete deprecated class IgnoreRuleMatthias Sohn2015-04-251-278/+0
* Add basic support for .gitattributesArthur Daussy2015-01-072-15/+15
* PathMatcher should respect "assumeDirectory" flagAndrey Loskutov2014-12-281-1/+2
* Consider parent rules if ignore rule is negatedAndrey Loskutov2014-11-291-6/+58
* 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-2710-9/+1284
* Small performance optimization for ignore rules/fnmatcherAndrey Loskutov2014-07-301-5/+15
* Added toString() methods for better debugging of ignore rulesAndrey Loskutov2014-07-301-0/+5
* Fix IgnoreRule#isMatch returning wrong result due to missing resetRobin Stocker2013-12-031-0/+1