aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/GC.java
Commit message (Expand)AuthorAgeFilesLines
* GC: Use new java.time API in PersonIdentIvan Frade2025-03-121-6/+9
* Merge branch 'stable-7.1'Matthias Sohn2025-02-261-4/+6
|\
| * Merge branch 'stable-7.0' into stable-7.1stable-7.1Matthias Sohn2025-02-261-4/+6
| |\
| | * Merge branch 'stable-6.10' into stable-7.0stable-7.0Matthias Sohn2025-02-261-4/+6
| | |\
| | | * Fix calculation of pack files and objects since bitmapAntonio Barone2025-02-241-4/+6
* | | | Deprecate Repository#getReflogReader methodsMatthias Sohn2025-01-271-1/+1
* | | | GarbageCollectCommand, GC: use java.time APIMatthias Sohn2024-12-281-20/+58
|/ / /
* | | Add pack-refs command to the CLIYash Chaturvedi2024-11-221-41/+10
* | | 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
* | | 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
* | | Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmapJacek Centkowski2024-11-111-4/+4
* | | Add `numberOfPackFilesAfterBitmap` to RepoStatisticsJacek Centkowski2024-10-221-0/+10
|/ /
* / Add worktrees read supportJanne Valkealahti2024-07-141-1/+1
|/
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-3/+2
* PackWriter: writeBitmapIndex takes bitmap index writerSam Delmerico2024-03-291-1/+1
* storage.file: Do not throw NSFE when deleting tmp filesNasser Grainawi2024-02-191-1/+1
* Merge branch 'stable-6.7'Matthias Sohn2023-10-131-1/+19
|\
| * Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-10-131-1/+19
| |\
| | * Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-10-131-1/+19
| | |\
| | | * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-10-131-1/+19
| | | |\
| | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-10-131-1/+19
| | | | |\
| | | | | * Add support for git config repack.packKeptObjectsAntonio Barone2023-10-121-3/+9
| | | | | * Do not exclude objects in locked packs from bitmap processingLuca Milanesio2023-10-121-1/+13
* | | | | | [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+2
* | | | | | Use ShutdownHook to gracefully handle JVM shutdownMatthias Sohn2023-09-121-14/+4
* | | | | | Unregister ShutdownHook when GC#PidLock is closedMatthias Sohn2023-09-121-2/+11
|/ / / / /
* | | | | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-08-031-4/+7
|\| | | |
| * | | | Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-08-031-5/+8
| |\| | |
| | * | | Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-08-031-5/+8
| | |\| |
| | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-08-031-5/+8
| | | |\|
| | | | * Express the explicit intention of creating bitmaps in GCLuca Milanesio2023-07-051-4/+5
| | | | * GC: prune all packfiles after the loosen phaseLuca Milanesio2023-07-051-1/+3
| | * | | Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-03-231-2/+3
| | |\| |
| | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-03-231-2/+3
| | | |\|
| | | | * GC: Close File.lines streamXing Huang2023-03-231-2/+3
* | | | | CommitGraphWriter: add option for writing/using bloom filtersRonald Bhuleskar2023-07-181-2/+16
* | | | | GC: Remove handling of extra pack for RefTreeMatthias Sohn2023-07-171-7/+0
* | | | | Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-7/+37
* | | | | Gc#writePack: write the reverse index file to diskAnna Papitto2023-05-311-0/+19
|/ / / /
* | | | PackExt: add a #getTmpExtension methodAnna Papitto2023-05-111-5/+9
* | | | GC: Close File.lines streamXing Huang2023-03-211-2/+3
|/ / /
* | | Fix formatting in GC#doGcMatthias Sohn2023-02-241-11/+11
* | | Merge branch 'stable-6.4'Matthias Sohn2023-02-221-5/+5
|\| |
| * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-221-5/+5
| |\|
| | * If tryLock fails to get the lock another gc has itMatthias Sohn2023-02-221-1/+1