aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* Add pack-refs command to the CLIYash Chaturvedi2024-11-221-12/+19
* Merge branch 'stable-7.0'Matthias Sohn2024-11-211-0/+167
|\
| * Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-212-173/+167
| |\
| | * Add numberOfObjectsSinceBitmap to RepoStatisticsJacek Centkowski2024-11-201-6/+76
| | * Don't fail when trying to prune pack which is already goneJacek Centkowski2024-11-201-79/+3
| | * Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmapJacek Centkowski2024-11-121-7/+7
| * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-111-0/+173
| |\|
| | * Add `numberOfPackFilesAfterBitmap` to RepoStatisticsJacek Centkowski2024-11-071-0/+173
* | | tests/BasicTest: Use java.time constructors for PersonIdentIvan Frade2024-11-191-27/+44
* | | Don't fail when trying to prune pack which is already goneJacek Centkowski2024-11-121-78/+3
* | | Merge "DfsBlockCacheConfig: propagate hotmap configs to pack ext cache configs"Ivan Frade2024-11-111-0/+71
|\ \ \
| * | | DfsBlockCacheConfig: propagate hotmap configs to pack ext cache configsLaura Hamelin2024-11-081-0/+71
* | | | Merge "Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmap"Matthias Sohn2024-11-111-7/+7
|\ \ \ \
| * | | | Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmapJacek Centkowski2024-11-111-7/+7
| |/ / /
* / / / DfsGarbageCollector: #setReflogExpire with Instant instead of DateIvan Frade2024-11-081-1/+2
|/ / /
* | | DfsPackCompactor: write object size indexIvan Frade2024-11-011-0/+44
* | | DfsGarbageCollector: Add setter for reflog expiration time.Saril Sudhakaran2024-10-311-0/+98
* | | dfs: update getBlockCacheStats to return a List of BlockCacheStatsLaura Hamelin2024-10-283-34/+104
* | | Merge "PackIndexWriter: create interface to write indexes"Ivan Frade2024-10-222-1/+2
|\ \ \
| * | | PackIndexWriter: create interface to write indexesSam Delmerico2024-10-222-1/+2
* | | | Add `numberOfPackFilesAfterBitmap` to RepoStatisticsJacek Centkowski2024-10-221-0/+180
* | | | DfsBlockCache: refactor stats implementations.Laura Hamelin2024-10-212-1/+215
* | | | DfsBlockCacheConfigs: add debug configuration printLaura Hamelin2024-10-151-0/+44
|/ / /
* | | dfs: add configurable name to block cache table statsLaura Hamelin2024-10-073-0/+115
* | | Merge "DfsBlockCache: use PackExtBlockCacheTable when configured"Ivan Frade2024-10-071-4/+49
|\ \ \
| * | | DfsBlockCache: use PackExtBlockCacheTable when configuredLaura Hamelin2024-10-041-4/+49
* | | | PackWriter: Remove constructor with only Reader as paramIvan Frade2024-09-161-1/+2
| |/ / |/| |
* | | ObjectDirectoryTest: ensure WindowCursor is closedMatthias Sohn2024-08-281-9/+10
* | | PackExtBlockCacheTableTest: fix empty block warningMatthias Sohn2024-08-281-0/+2
* | | PackExtBlockCacheTableTest: suppress unchecked conversion warningsMatthias Sohn2024-08-281-1/+1
* | | PackExtBlockCacheTableTest: suppress boxing warning on test classMatthias Sohn2024-08-281-0/+1
* | | DfsBlockCacheConfigTest: suppress boxing warning on test classMatthias Sohn2024-08-281-3/+1
|/ /
* | Merge "PackExtBlockCacheTable: spread extensions over multiple dfs tables"Ivan Frade2024-07-301-0/+588
|\ \
| * | PackExtBlockCacheTable: spread extensions over multiple dfs tablesLaura Hamelin2024-07-241-0/+588
* | | Add worktrees read supportJanne Valkealahti2024-07-146-20/+21
|/ /
* | Merge "DfsBlockCacheConfig: support configurations for dfs cache tables per e...Ivan Frade2024-07-121-0/+159
|\ \
| * | DfsBlockCacheConfig: support configurations for dfs cache tables per extensionsLaura Hamelin2024-07-121-0/+159
* | | DfsPackFile: Enable/disable object size index via DfsReaderOptionsIvan Frade2024-07-105-0/+8
|/ /
* | CommitGraphWriter: use ANY_DIFF instead of idEquals inside next()Ivan Frade2024-05-311-0/+2
* | CommitGraphWriter: Move path diff calculation to its own classIvan Frade2024-05-311-0/+24
|/
* [errorprone] Fix pattern FutureReturnValueIgnoredMatthias Sohn2024-04-292-6/+6
* [errorprone] Fix pattern BadImportMatthias Sohn2024-04-291-3/+2
* [errorprone] Fix pattern CatchFailMatthias Sohn2024-04-291-1/+2
* [errorprone] Fix pattern see UnusedVariableMatthias Sohn2024-04-291-4/+2
* [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-281-2/+2
* Merge "DfsGarbageCollectorTest: add test for bitmap index creation"Ivan Frade2024-03-201-1/+67
|\
| * DfsGarbageCollectorTest: add test for bitmap index creationSam Delmerico2024-03-181-1/+67
* | DfsPackFile: get commitGraph.readChangePaths from repo configXing Huang2024-03-142-0/+66
|/
* DfsPackFile: Abstract the bitmap loading to support other backendsIvan Frade2024-02-261-0/+41
* Merge "DfsReader#getObjectSize: use size index if possible"Ivan Frade2024-02-231-29/+88
|\