aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org
Commit message (Expand)AuthorAgeFilesLines
* Implement a snapshotting RefDirectory for use in request scopeKaushik Lingarkar2023-03-304-2/+315
* PackedBatchRefUpdate: Ensure updates are applied on latest packed refsKaushik Lingarkar2023-03-302-16/+29
* PatchApplier: missing @since, and minor formattingThomas Wolf2023-03-291-2/+8
* BasePackFetchConnection: support negotiationTip featureRonald Bhuleskar2023-03-281-2/+36
* Merge "Fix PatchApplier error handling."Han-Wen NIenhuys2023-03-283-268/+338
|\
| * Fix PatchApplier error handling.Nitzan Gur-Furman2023-03-283-268/+338
* | Ensure FileCommitGraph scans commit-graph file if it already existskylezhao2023-03-271-3/+3
* | Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-03-231-2/+3
|\ \ | |/ |/|
| * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-03-231-2/+3
| |\
| | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-03-231-2/+3
| | |\
| | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-03-231-2/+3
| | | |\
| | | | * Merge branch 'stable-6.0' into stable-6.1Matthias 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
* | | | | | | [errorprone] Suppress [Finally] warningsMatthias Sohn2023-03-022-0/+2
* | | | | | | Change config pull.rebase=preserve to pull.rebase=mergesPavel Salamon2023-02-283-7/+11
* | | | | | | BatchingProgressMonitor: expose time spent per taskMatthias Sohn2023-02-278-33/+175
* | | | | | | PackWriter: offer to write an object-size index for the packIvan Frade2023-02-241-0/+45
* | | | | | | Fix formatting in GC#doGcMatthias Sohn2023-02-241-11/+11
* | | | | | | PackExt: Define new extension for the object size indexIvan Frade2023-02-231-1/+4
* | | | | | | Merge branch 'stable-6.4'Matthias Sohn2023-02-221-5/+5
|\| | | | | |
| * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-221-5/+5
| |\| | | | |
| | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-221-5/+5
| | |\| | | |
| | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-221-5/+5
| | | |\| | |
| | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias 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
| | | | | | * 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 'stable-6.4'Matthias Sohn2023-02-222-0/+158
|\| | | | | |
| * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-222-7/+166
| |\| | | | |
| | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-222-7/+166
| | |\| | | |
| | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-222-7/+166
| | | |\| | |
| | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-222-7/+166
| | | | |\| |
| | | | | * | 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-222-7/+176
| | | | | |\|
| | | | | | * Acquire file lock "gc.pid" before running gcMatthias Sohn2023-02-212-8/+177
* | | | | | | UploadPack: use allow-any-sha1-in-want configurationkylezhao2023-02-212-1/+18
* | | | | | | Externalize strings introduced in c9552abaMatthias Sohn2023-02-203-11/+16
* | | | | | | Merge branch 'stable-6.4'Matthias Sohn2023-02-203-1/+22
|\| | | | | |
| * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-203-1/+22
| |\| | | | |
| | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-203-1/+22
| | |\| | | |
| | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-163-1/+22
| | | |\| | |
| | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-162-0/+20
| | | | |\| |
| | | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-164-3/+44
| | | | | |\|
| | | | | | * Add pack options to preserve and prune old pack filesMatthias Sohn2023-02-112-0/+20
| | | | | | * Allow to perform PackedBatchRefUpdate without locking loose refsSaša Živkov2023-02-032-3/+24
| | | | * | | Fix getPackedRefs to not throw NoSuchFileExceptionPrudhvi Akhil Alahari2023-02-161-1/+2
* | | | | | | PackConfig: add entry for minimum size to indexIvan Frade2023-02-162-0/+64
* | | | | | | PackObjectSizeIndex: interface and impl for the object-size indexIvan Frade2023-02-144-0/+597