aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-04-153-12/+102
|\
| * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-04-153-12/+102
| |\
| | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-153-12/+102
| | |\
| | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-153-12/+102
| | | |\
| | | | * DirCache: support option index.skipHashMatthias Sohn2023-03-283-12/+102
* | | | | 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
* | | | | 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.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
* | | | | 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
* | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-019-16/+110
|\| | | |
| * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-019-16/+110
| |\| | |
| | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-019-16/+110
| | |\| |
| | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-019-16/+110
| | | |\|
| | | | * Shortcut during git fetch for avoiding looping through all local refsLuca Milanesio2023-02-011-5/+14
| | | | * FetchCommand: fix fetchSubmodules to work on a Ref to a blobMatthias Sohn2023-01-311-0/+3
| | | | * Allow the exclusions of refs prefixes from bitmapLuca Milanesio2023-01-313-4/+63
| | | | * PackWriterBitmapPreparer: do not include annotated tags in bitmapLuca Milanesio2023-01-311-0/+3
| | | | * BatchingProgressMonitor: avoid int overflow when computing percentageMatthias Sohn2023-01-311-3/+3
| | | | * Speedup GC listing objects referenced from reflogsMatthias Sohn2023-01-233-4/+24
* | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-01-134-31/+86
|\| | | |
| * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-01-134-31/+86
| |\| | |
| | * | | Cache trustFolderStat/trustPackedRefsStat value per-instanceNasser Grainawi2023-01-132-23/+21
| | * | | Refresh 'objects' dir and retry if a loose object is not foundKaushik Lingarkar2023-01-132-8/+65
* | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-01-053-2/+59
|\| | | |
| * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-01-053-2/+59
| |\| | |
| | * | | Introduce core.trustPackedRefsStat configKaushik Lingarkar2023-01-053-2/+58
* | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2022-11-204-3/+5
|\| | | |
| * | | | Suppress non-externalized String warningsMatthias Sohn2022-11-201-3/+3
| * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-11-204-3/+5
| |\| | |