aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CherryPickCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* CherryPickCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-191/+197
* Cherry-Pick: Support --no-commitKonrad Kügler2014-07-141-2/+46
* Cherry-Pick: Support --mainline to pick mergesKonrad Kügler2014-05-171-0/+58
* Update HEAD in cherry-picking several commitsHiroshi Tomita2013-07-011-0/+36
* 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-1/+1
* Improve ours/theirs conflict markers for rebase, cherry-pickRobin Stocker2012-08-181-0/+26
* Use working tree iterator to compare file modesKevin Sawicki2012-06-051-0/+40
* Test the reflog message for commit, cherry-pick, revert and mergeRobin Rosenberg2011-09-211-0/+10
* Add CHERRY_PICK_HEAD for cherry-pick conflictsRobin Stocker2011-04-061-0/+52
* Introduce CherryPickResultPhilipp Thun2011-03-231-0/+73
* Refactor test casesPhilipp Thun2011-03-211-20/+0
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-1/+7
* Add Cherry-Pick commandChristian Halstrick2010-10-151-0/+116