aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/ReflogCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-3/+6
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Prevent NPE if ref can't be resolved when executing ReflogCommandMatthias Sohn2014-12-121-0/+4
* 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-2/+2
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-051-1/+8
* 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
* Throw invalid ref exception instead of invalid remote exceptionKevin Sawicki2011-12-081-3/+3
* Use HEAD as default ref for RefLogCommand.Kevin Sawicki2011-08-171-2/+2
* Add ReflogCommandChris Aniszczyk2011-06-221-0/+99