aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/ignore
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't treat "/" as valid ignore patternRobin Stocker2013-09-091-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-272-13/+13
* Add Javadoc description for packagesRobin Stocker2012-10-311-0/+4
* Remove calls to printStackTrace in catch blocksKevin Sawicki2011-11-281-1/+1
* Fix IgnoreRule for directory-only patternsMarc Strapetz2011-01-071-10/+29
* Use Character.valueOf instead of new CharacterRobin Stocker2010-10-291-1/+1
* Move ignore node handling into WorkingTreeIteratorShawn O. Pearce2010-07-213-449/+69
* Use proper constants for .gitignore and .git directoryShawn O. Pearce2010-07-201-3/+3
* Remove gitIgnoreTimestamp from abstract iterator APIShawn O. Pearce2010-07-201-26/+9