aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/RmCommand.java
Commit message (Expand)AuthorAgeFilesLines
* 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