aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/dfs/DfsReaderTest.java
Commit message (Expand)AuthorAgeFilesLines
* DfsPackFile: Enable/disable object size index via DfsReaderOptionsIvan Frade2024-07-101-0/+2
* DfsReader#getObjectSize: use size index if possibleIvan Frade2024-02-201-29/+88
* Suppress boxing warnings in testsMatthias Sohn2023-08-311-0/+1
* Fix warning about empty blockMatthias Sohn2023-08-311-0/+1
* DfsReader: Expose when indices are loadedIvan Frade2023-08-031-23/+119
* DfsPackParser: Create object indices if config says soIvan Frade2023-07-141-0/+95
* DfsReader/PackFile: Implement isNotLargerThan using the obj size idxIvan Frade2023-07-131-0/+69