aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/StashListCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* 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-1/+1
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-1/+2
* 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
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* ObjectWalk: make setRetainBody(false) the defaultShawn Pearce2015-05-101-6/+3
* Make the Reflog a public API againRobin Rosenberg2013-04-261-1/+1
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-051-1/+2
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-1/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Add command support for listing stashed commitsKevin Sawicki2012-01-201-0/+113