aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/IgnoreRuleSpecialCasesTest.java
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate copyright statementsMatthias Sohn2020-01-041-1/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* [ignore rules] fix for handling unmatched '[' bracketsAndrey Loskutov2015-09-301-1/+54
* [ignore rules] fix for backslash handlingAndrey Loskutov2015-09-261-8/+32
* Properly support special regex characters in ignore rulesAndrey Loskutov2015-09-241-0/+78
* 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-251-50/+11
* Don't use java.util.regex for two simple wildcard casesAndrey Loskutov2014-11-181-11/+16
* Expand wildcard imports to specfic classesShawn Pearce2014-11-101-5/+3
* Reimplementation of ignore rule parserAndrey Loskutov2014-10-271-0/+904