aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/CleanCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Skip cleaning inner repositories by default in CleanCommandMatthaus Owens2016-08-041-11/+73
* Add symlink support to JGitRobin Rosenberg2014-02-101-3/+4
* Document that path parameters should use '/' as separatorRobin Stocker2013-11-151-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Adapt Status and CleanCommand to support cleaning directoriesMarkus Duft2012-11-161-2/+94
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-051-1/+4
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-2/+3
* CleanCommand: add the ability to do a dry runAbhishek Bhatnagar2011-05-311-1/+15
* Add CleanCommandTest and fix CleanCommandAbhishek Bhatnagar2011-05-241-5/+6
* Add CleanCommand to JGit APIAbhishek Bhatnagar2011-05-241-0/+110