aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/StashDropCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-4/+4
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-6/+10
* Ensure ReflogWriter only works with a RefDirectoryDave Borowitz2017-09-301-3/+12
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-2/+2
* Rename files using NIO2 atomic renameMatthias Sohn2015-12-301-4/+7
* Guard agains null ReflogReader if named ref does not existAndrey Loskutov2015-05-251-0/+5
* Fix wrong Exception messagesChristian Halstrick2014-05-141-1/+1
* Make the Reflog a public API againRobin Rosenberg2013-04-261-3/+3
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-3/+3
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-051-0/+1
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-1/+1
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-0/+1
* Add command support for dropping a stashed commitKevin Sawicki2012-03-211-0/+236