aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-214-6/+72
|\
| * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-214-6/+72
| |\
| | * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2023-04-204-6/+72
| | |\
| | | * Merge branch 'stable-5.11' into stable-5.12stable-5.12Matthias Sohn2023-04-203-6/+58
| | | |\
| | | | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2023-04-204-63/+58
| | | | |\
| | | | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2023-04-203-6/+72
| | | | | |\
| | | | | | * Prevent infinite loop rescanning the pack list on PackMismatchExceptionstable-5.9Matthias Sohn2023-04-193-7/+76
* | | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-154-12/+108
|\| | | | | |
| * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-154-12/+108
| |\| | | | |
| | * | | | | DirCache: support option index.skipHashMatthias Sohn2023-03-284-12/+108
* | | | | | | 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.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.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
* | | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-163-0/+32
|\| | | | | |
| * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-165-3/+133
| |\| | | | |
| | * | | | | 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.0' into stable-6.1Matthias Sohn2023-02-0110-16/+150
|\| | | | | |
| * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-0110-129/+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
| | * | | | | Silence API warnings introduced by I466dcde6Matthias Sohn2023-01-311-5/+43
| | * | | | | 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-234-24/+36
* | | | | | | 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
* | | | | | | Introduce core.trustPackedRefsStat configKaushik Lingarkar2023-01-054-2/+72
* | | | | | | Silence API errorsMatthias Sohn2022-11-201-29/+12
* | | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-11-205-4/+107
|\| | | | | |
| * | | | | | Silence API errorsMatthias Sohn2022-11-204-3/+27
| * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-11-202-2/+81
| |\| | | | |
| | * | | | | Silence API warningsMatthias Sohn2022-11-202-0/+79
* | | | | | | Merge "Merge branch 'stable-6.0' into stable-6.1" into stable-6.1Matthias Sohn2022-11-166-491/+777
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-11-166-491/+777
| |\| | | | | |
| | * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-11-166-491/+777
| | |\| | | | |
| | | * | | | | Add option to allow using JDK's SHA1 implementationMatthias Sohn2022-11-155-483/+764
| | | * | | | | Ignore IllegalStateException if JVM is already shutting downMatthias Sohn2022-10-271-8/+13