summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v6.5.0.202302221508-m3v6.5.0.202302221508-m3Matthias Sohn2023-02-2291-125/+125
* Merge branch 'master' into stable-6.5Matthias Sohn2023-02-222-10/+8
|\
| * Merge branch 'stable-6.4'Matthias Sohn2023-02-222-10/+8
| |\
| | * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-222-10/+8
| | |\
| | | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-222-10/+8
| | | |\
| | | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-222-10/+8
| | | | |\
| | | | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-222-10/+8
| | | | | |\
| | | | | | * 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
* | | | | | | | Merge branch 'master' into stable-6.5Matthias Sohn2023-02-226-1/+224
|\| | | | | | |
| * | | | | | | Merge branch 'stable-6.4'Matthias Sohn2023-02-223-0/+162
| |\| | | | | |
| | * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-223-7/+170
| | |\| | | | |
| | | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-223-7/+170
| | | |\| | | |
| | | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-223-7/+170
| | | | |\| | |
| | | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-223-7/+170
| | | | | |\| |
| | | | | | * | 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
| * | | | | | | UploadPack: use allow-any-sha1-in-want configurationkylezhao2023-02-213-1/+62
* | | | | | | | Merge branch 'master' into stable-6.5Matthias Sohn2023-02-2042-56/+1858
|\| | | | | | |
| * | | | | | | Externalize strings introduced in c9552abaMatthias Sohn2023-02-204-11/+21
| * | | | | | | Silence API error introduced by 596c445aMatthias Sohn2023-02-201-0/+6
| * | | | | | | Merge branch 'stable-6.4'Matthias Sohn2023-02-206-9/+49
| |\| | | | | |
| | * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-205-9/+37
| | |\| | | | |
| | | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-206-9/+49
| | | |\| | | |
| | | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-166-9/+49
| | | | |\| | |
| | | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-165-8/+47
| | | | | |\| |
| | | | | | * | 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
| | | | | * | | Fix getPackedRefs to not throw NoSuchFileExceptionPrudhvi Akhil Alahari2023-02-161-1/+2
| * | | | | | | PackConfig: add entry for minimum size to indexIvan Frade2023-02-163-0/+65
| * | | | | | | PackObjectSizeIndex: interface and impl for the object-size indexIvan Frade2023-02-145-0/+989
| * | | | | | | UInt24Array: Array of unsigned ints encoded in 3 bytes.Ivan Frade2023-02-142-0/+172
| * | | | | | | PackIndex: expose the position of an object-id in the indexIvan Frade2023-02-144-7/+109
| * | | | | | | DfsPackFile/DfsGC: Write commit graphs and expose in packXing Huang2023-02-077-1/+282
| * | | | | | | ObjectReader: Allow getCommitGraph to throw IOExceptionXing Huang2023-02-072-4/+12
| * | | | | | | Merge "Merge branch 'stable-6.5'"Matthias Sohn2023-02-020-0/+0
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'stable-6.5'Matthias Sohn2023-02-010-0/+0
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Prepare 6.5.0-SNAPSHOT buildsMatthias Sohn2023-02-0191-125/+125
* | | | | | | | | JGit v6.5.0.202302011120-m2v6.5.0.202302011120-m2Matthias Sohn2023-02-0191-125/+125
* | | | | | | | | Merge branch 'master' into stable-6.5Matthias Sohn2023-02-0139-89/+732
|\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge "UploadPack: consume delimiter in object-info command"Han-Wen NIenhuys2023-02-022-1/+9
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | UploadPack: consume delimiter in object-info commandHan-Wen Nienhuys2023-02-022-1/+9
| | * | | | | | | | | Merge "PatchApplier fix - init cache with provided tree"Han-Wen NIenhuys2023-02-025-22/+83
| | |\ \ \ \ \ \ \ \ \