Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-10-12Merge branch 'stable-6.0' into stable-6.1stable-6.1Matthias Sohn10-4/+340
2023-10-12Merge branch 'stable-5.13' into stable-6.0stable-6.0Matthias Sohn10-113/+296
2023-10-12PackConfig: fix @since tagsstable-5.13Matthias Sohn1-6/+9
2023-10-12Remove unused API problem filtersMatthias Sohn2-223/+0
2023-10-12Add support for git config repack.packKeptObjectsAntonio Barone7-17/+191
2023-10-12Do not exclude objects in locked packs from bitmap processingLuca Milanesio7-1/+148
2023-08-02Merge branch 'stable-6.0' into stable-6.1Matthias Sohn3-6/+35
2023-08-02Merge branch 'stable-5.13' into stable-6.0Matthias Sohn3-6/+35
2023-07-05Add verification in GcKeepFilesTest that bitmaps are generatedLuca Milanesio1-0/+4
2023-07-05Express the explicit intention of creating bitmaps in GCLuca Milanesio2-5/+28
2023-07-05GC: prune all packfiles after the loosen phaseLuca Milanesio1-1/+3
2023-06-22Prepare 5.13.3-SNAPSHOT buildsMatthias Sohn90-503/+561
2023-06-21JGit v5.13.2.202306221912-rv5.13.2.202306221912-rMatthias Sohn88-121/+121
2023-06-07Merge branch 'stable-6.0' into stable-6.1Luca Milanesio1-16/+1
2023-06-07Merge branch 'stable-5.13' into stable-6.0Luca Milanesio1-16/+1
2023-06-07Revert "RefDirectory: Throw exception if CAS of packed ref list fails"Martin Fick1-16/+1
2023-04-26Merge branch 'stable-6.0' into stable-6.1Matthias Sohn1-0/+2
2023-04-26Merge branch 'stable-5.13' into stable-6.0Matthias Sohn1-0/+2
2023-04-26GcConcurrentTest: @Ignore flaky testInterruptGcJonathan Tan1-0/+2
2023-04-26Fix CommitTemplateConfigTestMatthias Sohn1-4/+1
2023-04-26Fix after_open config and Snapshotting RefDir tests to work with bazelPrudhvi Akhil Alahari2-0/+23
2023-04-26Merge branch 'stable-6.0' into stable-6.1Matthias Sohn3-16/+86
2023-04-26Merge branch 'stable-5.13' into stable-6.0Matthias Sohn1-3/+3
2023-04-26[bazel] Skip ConfigTest#testCommitTemplatePathInHomeDirecoryMatthias Sohn3-24/+62
2023-04-26Demote severity of some error prone bug patterns to warningsDavid Ostrovsky1-3/+3
2023-04-21UploadPack: Fix NPE when traversing a tag chainKaushik Lingarkar2-13/+83
2023-04-20Merge branch 'stable-6.0' into stable-6.1Matthias Sohn7-6/+102
2023-04-20Merge branch 'stable-5.13' into stable-6.0Matthias Sohn7-6/+102
2023-04-20Merge branch 'stable-5.12' into stable-5.13Matthias Sohn7-6/+102
2023-04-20Merge branch 'stable-5.11' into stable-5.12stable-5.12Matthias Sohn7-7/+89
2023-04-20Add missing since tag for SshBasicTestBasestable-5.11Matthias Sohn1-0/+2
2023-04-20Merge branch 'stable-5.10' into stable-5.11Matthias Sohn8-75/+87
2023-04-20Add missing since tag for SshTestHarness#publicKey2stable-5.10Matthias Sohn2-0/+14
2023-04-20Silence API errorsMatthias Sohn1-0/+17
2023-04-20Merge branch 'stable-5.9' into stable-5.10Matthias Sohn4-7/+73
2023-04-19Prevent infinite loop rescanning the pack list on PackMismatchExceptionstable-5.9Matthias Sohn3-7/+76
2023-04-19Remove blank in maven.configMatthias Sohn1-1/+1
2023-04-14Merge branch 'stable-6.0' into stable-6.1Matthias Sohn6-13/+138
2023-04-14Merge branch 'stable-5.13' into stable-6.0Matthias Sohn6-13/+138
2023-04-14Remove blank in maven.configMatthias Sohn1-1/+1
2023-03-28DirCache: support option index.skipHashMatthias Sohn5-12/+137
2023-03-23Merge branch 'stable-6.0' into stable-6.1Matthias Sohn1-2/+3
2023-03-23Merge branch 'stable-5.13' into stable-6.0Matthias Sohn1-2/+3
2023-03-23GC: Close File.lines streamXing Huang1-2/+3
2023-03-02Improve test coverage when core.trustPackedRefsStat set to after_openPrudhvi Akhil Alahari3-0/+65
2023-02-22Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2-10/+8
2023-02-22Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2-10/+8
2023-02-22If tryLock fails to get the lock another gc has itMatthias Sohn1-1/+1
2023-02-22Fix GcConcurrentTest#testInterruptGcMatthias Sohn1-5/+3
2023-02-22Don't swallow IOException in GC.PidLock#lockMatthias Sohn1-2/+2

Back to the top