aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore
Commit message (Expand)AuthorAgeFilesLines
* 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