aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/dfs/DfsInserterTest.java
Commit message (Expand)AuthorAgeFilesLines
* DfsPackFile: Delete #getIndexedObjectSize for ObjectIdIvan Frade2025-06-251-1/+2
* DfsInserter: Remove checkExisting setter and parameterIvan Frade2025-05-061-5/+4
* DfsPackFile: Enable/disable object size index via DfsReaderOptionsIvan Frade2024-07-101-0/+1
* DfsInserter: generate object size index if config says soIvan Frade2023-07-141-0/+23
* DfsInserter: populate full size on object insertionIvan Frade2023-07-141-0/+49
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Close ObjectReaders in testsThomas Wolf2019-10-211-86/+109
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* DfsInserter: Optionally disable existing object checkDave Borowitz2016-06-011-0/+31
* Expose the ObjectInserter that created an ObjectReaderDave Borowitz2016-04-261-0/+5
* Fix imports in DfsInserterTestMatthias Sohn2015-11-051-10/+9
* Insert duplicate objects to prevent race during garbage collection.Mike Williams2015-11-041-7/+61
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-6/+5
* Add a method to ObjectInserter to read back inserted objectsDave Borowitz2014-08-131-0/+175