aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ReflogConfigTest.java
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Repository#getReflogReader methodsMatthias Sohn2025-01-271-9/+10
* ReflogConfigTest: use java.time instead of java.util.Date APIMatthias Sohn2024-12-291-8/+11
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix parsing of core.logAllRefUpdatesThomas Wolf2019-10-071-3/+25
* Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-5/+4
* ReflogConfigTest: refactor commit method to avoid variable hidingDavid Pursehouse2016-02-121-10/+7
* 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