aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/RmCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-5/+10
* Send a detailed event on working tree modificationsThomas Wolf2017-08-151-6/+25
* 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
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-2/+1
* Document that path parameters should use '/' as separatorRobin Stocker2013-11-151-1/+2
* Support --cached in RmCommandRobin Stocker2012-12-031-12/+49
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-1/+3
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Add RmCommand to Git APIChris Aniszczyk2010-11-221-0/+146