aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/CleanCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* CleanCommand: don't fire WorkingTreeModifiedEvent on dry runThomas Wolf2018-06-261-1/+1
* Fix CleanCommand not to throw FileNotFoundExceptionsChristian Halstrick2018-02-081-14/+14
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-4/+5
* Send a detailed event on working tree modificationsThomas Wolf2017-08-151-0/+5
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-5/+5
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* 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