aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RevertCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Introduce a constant for the length of an abbreviated hash stringSebastian Schuberth2022-02-031-1/+4
* Merge conflict messages: prefix conflict lines with a hashThomas Wolf2022-01-311-1/+1
* Fix typo in test method nameThomas Wolf2021-04-091-1/+1
* 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
* RevertCommandTest: Open Git in try-with-resourceDavid Pursehouse2016-02-051-237/+243
* Fix RevertCommand to correctly revert multiple commits at once.Maik Schreiber2014-07-301-0/+100
* 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
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-3/+7
* Update the revert command and things relating to revertRobin Rosenberg2012-12-281-0/+208
* Test the reflog message for commit, cherry-pick, revert and mergeRobin Rosenberg2011-09-211-0/+10
* RevertCommand: Add "." after reverted commit idRobin Stocker2011-05-131-2/+5
* Implement a revert commandRobin Rosenberg2011-01-021-0/+101