aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/PackFileTest.java
Commit message (Expand)AuthorAgeFilesLines
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-378/+0
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-6/+6
* cleanup: use assertArrayEquals for assertion on arraysRobin Rosenberg2012-09-031-1/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-251-11/+21
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-5/+26
* Increase core.streamFileThreshold default to 50 MiBShawn O. Pearce2010-10-041-60/+10
* Improve LargeObjectException reportingShawn O. Pearce2010-08-301-3/+11
* Increase temporary buffer for unit testShawn O. Pearce2010-08-251-1/+2
* Use core.streamFileThreshold to set our streaming limitShawn O. Pearce2010-07-021-4/+4
* Support large delta packed objects as streamsShawn O. Pearce2010-07-021-0/+250
* Support large whole packed objects as streamsShawn O. Pearce2010-07-011-0/+137