aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/merge/CherryPickTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Close TreeWalks in testsThomas Wolf2019-10-151-23/+25
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-2/+3
* Pull up method for creating DirCacheEntry into RepositoryTestCaseRobin Stocker2012-10-281-30/+13
* Implement a revert commandRobin Rosenberg2011-01-021-0/+58
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+5
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-2/+1
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-2/+2
* Make Commit class only for writingShawn O. Pearce2010-08-201-1/+1
* Move DirCache factory methods to RepositoryShawn O. Pearce2010-06-301-4/+4
* Start using ObjectInserter instead of ObjectWriterShawn O. Pearce2010-06-251-9/+11
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+156