Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change config pull.rebase=preserve to pull.rebase=merges | Pavel Salamon | 2023-02-28 | 3 | -7/+11 |
* | BatchingProgressMonitor: expose time spent per task | Matthias Sohn | 2023-02-27 | 9 | -33/+259 |
* | PackWriter: offer to write an object-size index for the pack | Ivan Frade | 2023-02-24 | 1 | -0/+45 |
* | Fix formatting in GC#doGc | Matthias Sohn | 2023-02-24 | 1 | -11/+11 |
* | PackExt: Define new extension for the object size index | Ivan Frade | 2023-02-23 | 1 | -1/+4 |
* | Merge branch 'stable-6.4' | Matthias Sohn | 2023-02-22 | 1 | -5/+5 |
|\ | |||||
| * | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-02-22 | 1 | -5/+5 |
| |\ | |||||
| | * | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-02-22 | 1 | -5/+5 |
| | |\ | |||||
| | | * | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-02-22 | 1 | -5/+5 |
| | | |\ | |||||
| | | | * | 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.4' | Matthias Sohn | 2023-02-22 | 3 | -0/+162 |
|\| | | | | | | |||||
| * | | | | | | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-02-22 | 3 | -7/+170 |
| |\| | | | | | |||||
| | * | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-02-22 | 3 | -7/+170 |
| | |\| | | | | |||||
| | | * | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-02-22 | 3 | -7/+170 |
| | | |\| | | | |||||
| | | | * | | | 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 |
* | | | | | | | UploadPack: use allow-any-sha1-in-want configuration | kylezhao | 2023-02-21 | 2 | -1/+18 |
* | | | | | | | Externalize strings introduced in c9552aba | Matthias Sohn | 2023-02-20 | 4 | -11/+21 |
* | | | | | | | Silence API error introduced by 596c445a | Matthias Sohn | 2023-02-20 | 1 | -0/+6 |
* | | | | | | | Merge branch 'stable-6.4' | Matthias Sohn | 2023-02-20 | 4 | -1/+34 |
|\| | | | | | | |||||
| * | | | | | | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-02-20 | 3 | -1/+22 |
| |\| | | | | | |||||
| | * | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-02-20 | 4 | -1/+34 |
| | |\| | | | | |||||
| | | * | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-02-16 | 4 | -1/+34 |
| | | |\| | | | |||||
| | | | * | | | 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 |
* | | | | | | | PackConfig: add entry for minimum size to index | Ivan Frade | 2023-02-16 | 2 | -0/+64 |
* | | | | | | | PackObjectSizeIndex: interface and impl for the object-size index | Ivan Frade | 2023-02-14 | 4 | -0/+597 |
* | | | | | | | UInt24Array: Array of unsigned ints encoded in 3 bytes. | Ivan Frade | 2023-02-14 | 1 | -0/+93 |
* | | | | | | | PackIndex: expose the position of an object-id in the index | Ivan Frade | 2023-02-14 | 3 | -7/+70 |
* | | | | | | | DfsPackFile/DfsGC: Write commit graphs and expose in pack | Xing Huang | 2023-02-07 | 5 | -0/+136 |
* | | | | | | | ObjectReader: Allow getCommitGraph to throw IOException | Xing Huang | 2023-02-07 | 2 | -4/+12 |
* | | | | | | | Merge "UploadPack: consume delimiter in object-info command" | Han-Wen NIenhuys | 2023-02-02 | 1 | -0/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | UploadPack: consume delimiter in object-info command | Han-Wen Nienhuys | 2023-02-02 | 1 | -0/+6 |
* | | | | | | | | Merge "PatchApplier fix - init cache with provided tree" | Han-Wen NIenhuys | 2023-02-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | PatchApplier fix - init cache with provided tree | Nitzan Gur-Furman | 2023-02-02 | 1 | -1/+1 |
* | | | | | | | | | Merge "DfsReaderIoStats: Add Commit Graph fields into DfsReaderIoStats" | Ivan Frade | 2023-02-01 | 1 | -0/+48 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | DfsReaderIoStats: Add Commit Graph fields into DfsReaderIoStats | Xing Huang | 2023-01-25 | 1 | -0/+48 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge changes I343cc3cf,I9dedf61b | Matthias Sohn | 2023-02-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fix unused exception error-prone warning | Han-Wen Nienhuys | 2023-02-01 | 1 | -1/+1 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* / | | | | | | | | UploadPack: advertise object-info command if enabled | Han-Wen Nienhuys | 2023-02-01 | 1 | -0/+3 |
|/ / / / / / / / |