summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-10-1310-113/+296
|\
| * PackConfig: fix @since tagsMatthias Sohn2023-10-131-6/+9
| * Remove unused API problem filtersMatthias Sohn2023-10-132-223/+0
| * Add support for git config repack.packKeptObjectsAntonio Barone2023-10-127-17/+191
| * Do not exclude objects in locked packs from bitmap processingLuca Milanesio2023-10-127-1/+148
* | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-08-033-6/+35
|\|
| * Add verification in GcKeepFilesTest that bitmaps are generatedLuca Milanesio2023-07-051-0/+4
| * Express the explicit intention of creating bitmaps in GCLuca Milanesio2023-07-052-5/+28
| * GC: prune all packfiles after the loosen phaseLuca Milanesio2023-07-051-1/+3
| * Prepare 5.13.3-SNAPSHOT buildsMatthias Sohn2023-06-2290-503/+561
| * JGit v5.13.2.202306221912-rv5.13.2.202306221912-rMatthias Sohn2023-06-2288-121/+121
* | Merge branch 'stable-5.13' into stable-6.0Luca Milanesio2023-06-081-16/+1
|\|
| * Revert "RefDirectory: Throw exception if CAS of packed ref list fails"Martin Fick2023-06-071-16/+1
* | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-271-0/+2
|\|
| * GcConcurrentTest: @Ignore flaky testInterruptGcJonathan Tan2023-04-271-0/+2
| * Fix CommitTemplateConfigTestMatthias Sohn2023-04-271-4/+1
* | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-261-3/+3
|\|
| * [bazel] Skip ConfigTest#testCommitTemplatePathInHomeDirecoryMatthias Sohn2023-04-263-24/+62
| * Demote severity of some error prone bug patterns to warningsDavid Ostrovsky2023-04-261-3/+3
* | UploadPack: Fix NPE when traversing a tag chainKaushik Lingarkar2023-04-212-13/+83
* | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-217-6/+102
|\|
| * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2023-04-207-6/+102
| |\
| | * Merge branch 'stable-5.11' into stable-5.12stable-5.12Matthias Sohn2023-04-207-7/+89
| | |\
| | | * Add missing since tag for SshBasicTestBasestable-5.11Matthias Sohn2023-04-201-0/+2
| | | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2023-04-208-75/+87
| | | |\
| | | | * Add missing since tag for SshTestHarness#publicKey2stable-5.10Matthias Sohn2023-04-202-0/+14
| | | | * Silence API errorsMatthias Sohn2023-04-201-0/+17
| | | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2023-04-204-7/+73
| | | | |\
| | | | | * Prevent infinite loop rescanning the pack list on PackMismatchExceptionstable-5.9Matthias Sohn2023-04-193-7/+76
| | | | | * Remove blank in maven.configMatthias Sohn2023-04-191-1/+1
* | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-156-13/+138
|\| | | | |
| * | | | | Remove blank in maven.configMatthias Sohn2023-04-151-1/+1
| * | | | | DirCache: support option index.skipHashMatthias Sohn2023-03-285-12/+137
* | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-03-231-2/+3
|\| | | | |
| * | | | | GC: Close File.lines streamXing Huang2023-03-231-2/+3
* | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-222-10/+8
|\| | | | |
| * | | | | If tryLock fails to get the lock another gc has itMatthias Sohn2023-02-221-1/+1
| * | | | | Fix GcConcurrentTest#testInterruptGcMatthias Sohn2023-02-221-5/+3
| * | | | | Don't swallow IOException in GC.PidLock#lockMatthias Sohn2023-02-221-2/+2
| * | | | | Check if FileLock is valid before using or releasing itMatthias Sohn2023-02-221-2/+2
* | | | | | Use Java 11 ProcessHandle to get pid of the current processMatthias Sohn2023-02-221-11/+1
* | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-223-7/+180
|\| | | | |
| * | | | | Acquire file lock "gc.pid" before running gcMatthias Sohn2023-02-213-8/+181
| * | | | | Silence API errors introduced by 9424052fMatthias Sohn2023-02-211-0/+12
* | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-167-11/+148
|\| | | | |
| * | | | | Add pack options to preserve and prune old pack filesMatthias Sohn2023-02-114-8/+34
| * | | | | Allow to perform PackedBatchRefUpdate without locking loose refsSaša Živkov2023-02-032-3/+24
| * | | | | Document option "core.sha1Implementation" introduced in 59029aecMatthias Sohn2023-02-021-0/+1
* | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-0115-146/+260
|\| | | | |
| * | | | | Shortcut during git fetch for avoiding looping through all local refsLuca Milanesio2023-02-011-5/+14