aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.10' into stable-7.0stable-7.0Matthias Sohn2024-12-153-53/+56
|\
| * FileSnapshot: fix warningsMatthias Sohn2024-12-151-1/+2
| * Optionally.Hard: avoid Optional creation on every use,Martin Fick2024-12-131-4/+4
| * Pack: fix threading bug getting idxMartin Fick2024-12-131-46/+40
| * FileSnapshot: silence "Stale file handle" exceptionsMartin Fick2024-12-051-3/+11
* | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-12-064-37/+64
|\|
| * Merge changes I022639c4,I1fcce5ef into stable-6.10Matthias Sohn2024-12-051-15/+20
| |\
| | * FileSnapshot: silence "Not a Directory" exceptionsMartin Fick2024-12-051-0/+5
| | * FileSnapshot: refactor to share error handlingMartin Fick2024-12-051-15/+15
| * | Pack: ensure packfile is still valid while still recoverableMartin Fick2024-12-041-1/+7
| |/
| * WindowCache: add bulk purge(), call from bulk sitesMartin Fick2024-12-023-21/+37
* | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-263-143/+162
|\|
| * Merge "Pack.java: Recover more often in Pack.copyAsIs2()" into stable-6.10Matthias Sohn2024-11-261-142/+153
| |\
| | * Pack.java: Recover more often in Pack.copyAsIs2()Martin Fick2024-11-111-142/+153
| * | PackDirectory: Filter out tmp GC pack filesMartin Fick2024-11-222-1/+9
* | | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-211-5/+21
|\| |
| * | Add numberOfObjectsSinceBitmap to RepoStatisticsJacek Centkowski2024-11-201-1/+17
| * | Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmapJacek Centkowski2024-11-121-4/+4
| |/
* | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-111-1/+12
|\|
| * Add `numberOfPackFilesAfterBitmap` to RepoStatisticsJacek Centkowski2024-11-071-1/+12
* | Remove deprecated FileSnapshot.save(long) methodMatthias Sohn2024-09-031-23/+0
* | Remove deprecated lastModified accessors returning longMatthias Sohn2024-09-032-22/+0
* | Merge branch 'master' into stable-7.0Matthias Sohn2024-08-301-0/+3
|\ \
| * | DfsPackFile: re-add metrics for bitmap index loadsSam Delmerico2024-08-271-0/+3
* | | PackObjectSizeIndexV1: fix boxing warningsMatthias Sohn2024-08-281-2/+4
* | | Suppress non-externalized string warningsMatthias Sohn2024-08-281-2/+2
|/ /
* | DfsReaderIoStats: getters to object size index micros/bytesIvan Frade2024-08-271-0/+18
* | Merge branch 'stable-6.10'Matthias Sohn2024-08-271-2/+15
|\|
| * LockFile: Retry lock creation if parent dirs were removedKaushik Lingarkar2024-08-211-2/+15
* | Signing: refactor interfacesThomas Wolf2024-08-241-1/+2
* | DfsReaderIoStats: Order fields and methods consistentlyIvan Frade2024-08-201-34/+34
* | DfsPackFile: Abstract the loading of pack indexesIvan Frade2024-07-301-70/+183
* | Merge "PackExtBlockCacheTable: spread extensions over multiple dfs tables"Ivan Frade2024-07-303-2/+315
|\ \
| * | PackExtBlockCacheTable: spread extensions over multiple dfs tablesLaura Hamelin2024-07-243-2/+315
* | | PackObjectSizeIndex: Read all bytes and use the byte[] directlyIvan Frade2024-07-242-61/+121
* | | DfsPackFile: Do not set local reverse index ref from cache callbackIvan Frade2024-07-161-17/+21
* | | Merge changes Id077d58f,Idf61f481Matthias Sohn2024-07-157-31/+48
|\ \ \ | |/ / |/| |
| * | Add worktrees read supportJanne Valkealahti2024-07-147-31/+48
* | | DfsBlockCacheTable: extract stats get* methods to interfaceLaura Hamelin2024-07-153-54/+77
|/ /
* | Merge "DfsBlockCacheConfig: support configurations for dfs cache tables per e...Ivan Frade2024-07-122-34/+169
|\ \
| * | DfsBlockCacheConfig: support configurations for dfs cache tables per extensionsLaura Hamelin2024-07-122-34/+169
* | | DfsPackFile: Enable/disable object size index via DfsReaderOptionsIvan Frade2024-07-102-0/+30
* | | DfsPackFile: Do not set primery index local ref from cache callbackIvan Frade2024-06-281-16/+27
|/ /
* | CommitGraphWriter: use ANY_DIFF instead of idEquals inside next()Ivan Frade2024-05-311-3/+8
* | CommitGraphWriter: Move path diff calculation to its own classIvan Frade2024-05-311-33/+39
|/
* Do not use ArrayList when there will be deletionsjackdt@google.com2024-05-161-7/+7
* PackIndex: Make it an interfaceIvan Frade2024-05-083-23/+26
* PackIndex: Make iterator static (pass object count in ctor)Ivan Frade2024-05-083-4/+18
* PackIndex: move checksum to the subclassesIvan Frade2024-05-084-10/+21
* Merge "PackIndex: Make #getOffset protected to allow out-of-package subclasses"Ivan Frade2024-05-012-2/+2
|\