Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-04-21 | 4 | -6/+72 |
|\ | |||||
| * | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-04-21 | 4 | -6/+72 |
| |\ | |||||
| | * | Merge branch 'stable-5.12' into stable-5.13 | Matthias Sohn | 2023-04-20 | 4 | -6/+72 |
| | |\ | |||||
| | | * | Merge branch 'stable-5.11' into stable-5.12stable-5.12 | Matthias Sohn | 2023-04-20 | 3 | -6/+58 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-5.10' into stable-5.11 | Matthias Sohn | 2023-04-20 | 4 | -63/+58 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-5.9' into stable-5.10 | Matthias Sohn | 2023-04-20 | 3 | -6/+72 |
| | | | | |\ | |||||
| | | | | | * | Prevent infinite loop rescanning the pack list on PackMismatchExceptionstable-5.9 | Matthias Sohn | 2023-04-19 | 3 | -7/+76 |
* | | | | | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-04-15 | 4 | -12/+108 |
|\| | | | | | | |||||
| * | | | | | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-04-15 | 4 | -12/+108 |
| |\| | | | | | |||||
| | * | | | | | DirCache: support option index.skipHash | Matthias Sohn | 2023-03-28 | 4 | -12/+108 |
* | | | | | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-03-23 | 1 | -2/+3 |
|\| | | | | | | |||||
| * | | | | | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-03-23 | 1 | -2/+3 |
| |\| | | | | | |||||
| | * | | | | | GC: Close File.lines stream | Xing Huang | 2023-03-23 | 1 | -2/+3 |
* | | | | | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-02-22 | 1 | -5/+5 |
|\| | | | | | | |||||
| * | | | | | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-02-22 | 1 | -5/+5 |
| |\| | | | | | |||||
| | * | | | | | If tryLock fails to get the lock another gc has it | Matthias Sohn | 2023-02-22 | 1 | -1/+1 |
| | * | | | | | Don't swallow IOException in GC.PidLock#lock | Matthias Sohn | 2023-02-22 | 1 | -2/+2 |
| | * | | | | | Check if FileLock is valid before using or releasing it | Matthias Sohn | 2023-02-22 | 1 | -2/+2 |
* | | | | | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-02-22 | 3 | -7/+170 |
|\| | | | | | | |||||
| * | | | | | | Use Java 11 ProcessHandle to get pid of the current process | Matthias Sohn | 2023-02-22 | 1 | -11/+1 |
| * | | | | | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-02-22 | 3 | -7/+180 |
| |\| | | | | | |||||
| | * | | | | | Acquire file lock "gc.pid" before running gc | Matthias Sohn | 2023-02-21 | 3 | -8/+181 |
| | * | | | | | Silence API errors introduced by 9424052f | Matthias Sohn | 2023-02-21 | 1 | -0/+12 |
* | | | | | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-02-16 | 3 | -0/+32 |
|\| | | | | | | |||||
| * | | | | | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-02-16 | 5 | -3/+133 |
| |\| | | | | | |||||
| | * | | | | | Add pack options to preserve and prune old pack files | Matthias Sohn | 2023-02-11 | 2 | -0/+20 |
| | * | | | | | Allow to perform PackedBatchRefUpdate without locking loose refs | Saša Živkov | 2023-02-03 | 2 | -3/+24 |
* | | | | | | | Fix getPackedRefs to not throw NoSuchFileException | Prudhvi Akhil Alahari | 2023-02-16 | 1 | -1/+2 |
* | | | | | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-02-01 | 10 | -16/+150 |
|\| | | | | | | |||||
| * | | | | | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-02-01 | 10 | -129/+110 |
| |\| | | | | | |||||
| | * | | | | | Shortcut during git fetch for avoiding looping through all local refs | Luca Milanesio | 2023-02-01 | 1 | -5/+14 |
| | * | | | | | FetchCommand: fix fetchSubmodules to work on a Ref to a blob | Matthias Sohn | 2023-01-31 | 1 | -0/+3 |
| | * | | | | | Silence API warnings introduced by I466dcde6 | Matthias Sohn | 2023-01-31 | 1 | -5/+43 |
| | * | | | | | Allow the exclusions of refs prefixes from bitmap | Luca Milanesio | 2023-01-31 | 3 | -4/+63 |
| | * | | | | | PackWriterBitmapPreparer: do not include annotated tags in bitmap | Luca Milanesio | 2023-01-31 | 1 | -0/+3 |
| | * | | | | | BatchingProgressMonitor: avoid int overflow when computing percentage | Matthias Sohn | 2023-01-31 | 1 | -3/+3 |
| | * | | | | | Speedup GC listing objects referenced from reflogs | Matthias Sohn | 2023-01-23 | 4 | -24/+36 |
* | | | | | | | Cache trustFolderStat/trustPackedRefsStat value per-instance | Nasser Grainawi | 2023-01-13 | 2 | -23/+21 |
* | | | | | | | Refresh 'objects' dir and retry if a loose object is not found | Kaushik Lingarkar | 2023-01-13 | 2 | -8/+65 |
* | | | | | | | Introduce core.trustPackedRefsStat config | Kaushik Lingarkar | 2023-01-05 | 4 | -2/+72 |
* | | | | | | | Silence API errors | Matthias Sohn | 2022-11-20 | 1 | -29/+12 |
* | | | | | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2022-11-20 | 5 | -4/+107 |
|\| | | | | | | |||||
| * | | | | | | Silence API errors | Matthias Sohn | 2022-11-20 | 4 | -3/+27 |
| * | | | | | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2022-11-20 | 2 | -2/+81 |
| |\| | | | | | |||||
| | * | | | | | Silence API warnings | Matthias Sohn | 2022-11-20 | 2 | -0/+79 |
* | | | | | | | Merge "Merge branch 'stable-6.0' into stable-6.1" into stable-6.1 | Matthias Sohn | 2022-11-16 | 6 | -491/+777 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2022-11-16 | 6 | -491/+777 |
| |\| | | | | | | |||||
| | * | | | | | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2022-11-16 | 6 | -491/+777 |
| | |\| | | | | | |||||
| | | * | | | | | Add option to allow using JDK's SHA1 implementation | Matthias Sohn | 2022-11-15 | 5 | -483/+764 |
| | | * | | | | | Ignore IllegalStateException if JVM is already shutting down | Matthias Sohn | 2022-10-27 | 1 | -8/+13 |