aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-7.1'Matthias Sohn7 days1-5/+126
|\
| * Merge branch 'stable-7.0' into stable-7.1stable-7.1Matthias Sohn7 days1-5/+126
| |\
| | * Merge branch 'stable-6.10' into stable-7.0Matthias Sohn7 days1-5/+126
| | |\
| | | * WindowCache: share removal work among multiple threadsMartin Fick7 days1-5/+126
* | | | Merge branch 'stable-7.1'Matthias Sohn11 days3-55/+61
|\| | |
| * | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn11 days3-53/+56
| |\| |
| | * | Merge branch 'stable-6.10' into stable-7.0stable-7.0Matthias Sohn11 days3-53/+56
| | |\|
| | | * FileSnapshot: fix warningsMatthias Sohn11 days1-1/+2
| | | * Optionally.Hard: avoid Optional creation on every use,Martin Fick14 days1-4/+4
| | | * Pack: fix threading bug getting idxMartin Fick14 days1-46/+40
| | | * FileSnapshot: silence "Stale file handle" exceptionsMartin Fick2024-12-051-3/+11
* | | | Submodules: use relative paths for worktree and gitdirSimon Eder2024-12-111-4/+40
* | | | FileSnapshot: Delete malformed "catch" line (merge artifact?)Ivan Frade2024-12-101-2/+0
|/ / /
* | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-12-064-37/+64
|\| |
| * | 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-7.0'Matthias Sohn2024-11-263-143/+162
|\| |
| * | 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
* | | | Add pack-refs command to the CLIYash Chaturvedi2024-11-225-42/+62
* | | | Merge branch 'stable-7.0'Matthias Sohn2024-11-211-1/+17
|\| | |
| * | | 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
| | |/
* | | Suppress non-externalized string warningsMatthias Sohn2024-11-193-11/+9
* | | Merge branch 'stable-7.0'Matthias Sohn2024-11-121-3/+4
|\| |
| * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-111-1/+12
| |\|
| | * Add `numberOfPackFilesAfterBitmap` to RepoStatisticsJacek Centkowski2024-11-071-1/+12
* | | Merge "DfsBlockCacheConfig: propagate hotmap configs to pack ext cache configs"Ivan Frade2024-11-111-0/+22
|\ \ \
| * | | DfsBlockCacheConfig: propagate hotmap configs to pack ext cache configsLaura Hamelin2024-11-081-0/+22
* | | | Merge "Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmap"Matthias Sohn2024-11-111-4/+4
|\ \ \ \
| * | | | Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmapJacek Centkowski2024-11-111-4/+4
| |/ / /
* / / / DfsGarbageCollector: #setReflogExpire with Instant instead of DateIvan Frade2024-11-081-5/+6
|/ / /
* | | Merge "DfsPackCompactor: write object size index"Ivan Frade2024-11-041-0/+17
|\ \ \
| * | | DfsPackCompactor: write object size indexIvan Frade2024-11-011-0/+17
* | | | [errorprone] Remove deprecated security managerIvan Frade2024-11-011-2/+0
|/ / /
* | | Merge "DfsGarbageCollector: Add setter for reflog expiration time."Ivan Frade2024-10-311-0/+21
|\ \ \
| * | | DfsGarbageCollector: Add setter for reflog expiration time.Saril Sudhakaran2024-10-311-0/+21
* | | | [errorprone] PackWriter: Fix javadoc tag in new #writeIndex methodIvan Frade2024-10-301-2/+2
* | | | Merge "PackWriter: make PackWriter.writeIndex() take a PackIndexWriter"Ivan Frade2024-10-294-24/+57
|\ \ \ \
| * | | | PackWriter: make PackWriter.writeIndex() take a PackIndexWriterSam Delmerico2024-10-284-24/+57
* | | | | DfsInserter: Read minBytesForObjectSizeIndex only from repo configIvan Frade2024-10-291-21/+7
| |/ / / |/| | |
* | | | dfs: update getBlockCacheStats to return a List of BlockCacheStatsLaura Hamelin2024-10-285-26/+46
* | | | Merge changes from topic "ssh-signatures"Matthias Sohn2024-10-231-13/+30
|\ \ \ \