aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore
Commit message (Expand)AuthorAgeFilesLines
* Fixed jgit test failures on WindowsAndrey Loskutov2015-10-121-0/+4
* [ignore rules] fix for handling unmatched '[' bracketsAndrey Loskutov2015-09-302-1/+55
* [ignore rules] fix for backslash handlingAndrey Loskutov2015-09-261-8/+32
* [ignore rules] Fix for character group matcherAndrey Loskutov2015-09-261-0/+1
* Properly support special regex characters in ignore rulesAndrey Loskutov2015-09-241-0/+78
* Consider original file mode while checking parent ignore rulesAndrey Loskutov2015-08-121-0/+50
* Don't keep empty ignore rules in the ignore node listAndrey Loskutov2015-07-211-1/+21
* Allow leading/trailing spaces in ignore rulesAndrey Loskutov2015-07-211-0/+61
* Allow leading literal '#' and '!' in ignore rules if they are escapedAndrey Loskutov2015-07-211-0/+12
* Don't trim trailing space if it is escaped with backslashAndrey Loskutov2015-07-211-0/+6
* Consider only escaping backslash for regular expressions in ignore rulesAndrey Loskutov2015-07-211-0/+10
* Delete deprecated class IgnoreRuleMatthias Sohn2015-04-254-599/+72
* PathMatcher should respect "assumeDirectory" flagAndrey Loskutov2014-12-281-14/+101
* Consider parent rules if ignore rule is negatedAndrey Loskutov2014-11-291-2/+211
* Don't use java.util.regex for two simple wildcard casesAndrey Loskutov2014-11-183-21/+26
* Expand wildcard imports to specfic classesShawn Pearce2014-11-104-16/+17
* Reimplementation of ignore rule parserAndrey Loskutov2014-10-275-4/+1915
* Fix IgnoreRule#isMatch returning wrong result due to missing resetRobin Stocker2013-12-031-0/+12
* Don't treat "/" as valid ignore patternRobin Stocker2013-09-091-0/+11
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-0/+1
* Fix IgnoreRule for directory-only patternsMarc Strapetz2011-01-071-0/+10
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-312-5/+27
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-1/+0
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-1/+2
* Move ignore node handling into WorkingTreeIteratorShawn O. Pearce2010-07-212-403/+184
* Remove an unused File reference in test codeRobin Rosenberg2010-07-161-1/+0
* Add compatibility with gitignore specificationsCharley Wang2010-07-132-0/+768