aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/ignore
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add compatibility with gitignore specificationsCharley Wang2010-07-133-0/+781