aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CleanCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* CleanCommand: fix prefix matchingThomas Wolf2022-08-031-0/+21
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Consistently use "!isEmpty()" to detect non-empty listDavid Pursehouse2019-06-071-5/+5
* Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+1
* Fix IndexDiffs for git linksThomas Wolf2018-11-261-0/+21
* CleanCommandTest: Open Repository in try-with-resourceDavid Pursehouse2018-03-051-2/+3
* Fix CleanCommand not to throw FileNotFoundExceptionsChristian Halstrick2018-02-081-0/+16
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Skip cleaning inner repositories by default in CleanCommandMatthaus Owens2016-08-041-0/+40
* Add testCleanDirsWithSubmodule test to CleanCommandTestMatthaus Owens2016-08-041-0/+28
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Adapt Status and CleanCommand to support cleaning directoriesMarkus Duft2012-11-161-3/+94
* Use assertEquals instead of == for literal primitivesRobin Rosenberg2012-09-161-3/+4
* Use assertTrue/False instead of equals with boolean literalsRobin Rosenberg2012-09-161-1/+2
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-4/+6
* CleanCommand: add the ability to do a dry runAbhishek Bhatnagar2011-05-311-0/+19
* Add CleanCommandTest and fix CleanCommandAbhishek Bhatnagar2011-05-241-0/+116