aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/BundleWriterTest.java
Commit message (Expand)AuthorAgeFilesLines
* BundleWriter: Allow constructing from only an ObjectReaderDave Borowitz2017-04-121-0/+42
* Merge branch 'stable-4.2'Matthias Sohn2016-01-211-18/+20
|\
| * BundleWriterTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-211-18/+20
* | Transport: Implement AutoCloseableShawn Pearce2016-01-191-2/+4
|/
* Fix public API issues introduced in I1baeedcc6946.Yuxuan 'fishy' Wang2015-06-091-2/+0
* Callback in PackWriter & BundleWriter.Yuxuan 'fishy' Wang2015-06-091-0/+37
* BundleWriter: Support including HEAD in bundleRobin Stocker2014-10-191-10/+17
* Move SampleDataRepositoryTestCase to org.eclipse.jgit.testShawn Pearce2013-11-241-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-1/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+8
* Move PackWriter progress monitors onto the operationsShawn O. Pearce2010-06-281-2/+2
* Only import the sample data packs on tests that need themShawn O. Pearce2009-11-021-2/+2
* Refactor RepositoryTestCase to use LocalDiskRepository insteadShawn O. Pearce2009-11-021-4/+4
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+160