aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ReflogConfigTest.java
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-4/+1
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-0/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+6
* Remove deprecated WriteTree from testsShawn O. Pearce2010-12-201-19/+7
* Save StoredConfig after modificationsShawn O. Pearce2010-12-151-5/+11
* Remove result id from CommitBuilder, TagBuilderShawn O. Pearce2010-12-031-2/+3
* Delete deprecated ObjectWriterShawn O. Pearce2010-08-231-2/+7
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-1/+1
* Make Commit class only for writingShawn O. Pearce2010-08-201-2/+2
* Use CoreConfig, UserConfig and TransferConfig directlyShawn O. Pearce2010-06-231-2/+2
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-2/+2
* Only import the sample data packs on tests that need themShawn O. Pearce2009-11-021-2/+1
* Refactor RepositoryTestCase to use LocalDiskRepository insteadShawn O. Pearce2009-11-021-6/+7
* Add support for logAllRefUpdates configuration parameterChristian Halstrick2009-10-021-0/+122