Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'stable-6.3' | Matthias Sohn | 2022-11-16 | 10 | -1130/+1413 |
|\ | |||||
| * | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2022-11-16 | 2 | -3/+24 |
| |\ | |||||
| | * | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2022-11-16 | 2 | -3/+24 |
| | |\ | |||||
| | | * | Merge "Merge branch 'stable-6.0' into stable-6.1" into stable-6.1 | Matthias Sohn | 2022-11-16 | 6 | -491/+777 |
| | | |\ | |||||
| | | * | | Allow to perform PackedBatchRefUpdate without locking loose refs | Saša Živkov | 2022-10-26 | 2 | -3/+24 |
| * | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2022-11-16 | 6 | -491/+777 |
| |\| | | | |||||
| | * | | | Merge branch 'stable-6.1' into stable-6.2 | 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 |
| * | | | | | Fix API breakage caused by extracting WorkTreeUpdater | Matthias Sohn | 2022-11-15 | 2 | -636/+612 |
* | | | | | | Use replace instead of replaceAll in toCleanString | Eryk Szymanski | 2022-11-10 | 1 | -1/+1 |
* | | | | | | UploadPack: Receive and parse client session-id | Josh Brown | 2022-11-02 | 7 | -12/+121 |
* | | | | | | TransferConfig: Move reading advertisesid setting into TransferConfig | Josh Brown | 2022-11-02 | 2 | -7/+13 |
* | | | | | | FirstWant: Parse client session-id if received. | Josh Brown | 2022-11-02 | 1 | -3/+20 |
* | | | | | | ReceivePack: Receive and parse client session-id. | Josh Brown | 2022-10-27 | 4 | -26/+104 |
* | | | | | | PushCommand: allow users to disable use of bitmaps for push | kylezhao | 2022-10-21 | 3 | -1/+73 |
* | | | | | | I/O redirection for the pre-push hook | Thomas Wolf | 2022-10-20 | 2 | -7/+86 |
* | | | | | | PackParser: populate full size of the PackedObjectInfos | Ivan Frade | 2022-10-18 | 1 | -1/+5 |
* | | | | | | PackedObjectInfo: add the full size to the description | Ivan Frade | 2022-10-18 | 1 | -0/+36 |
* | | | | | | ObjectReader: New #isNotLargerThan method | Ivan Frade | 2022-10-18 | 2 | -10/+43 |
* | | | | | | ObjectDirectory: avoid using File.getCanonicalPath() | Jörg Kubitz | 2022-09-22 | 1 | -7/+15 |
* | | | | | | AutoCRLFOutputStream: use BufferedOutputStream | Jörg Kubitz | 2022-09-20 | 1 | -1/+4 |
* | | | | | | CloneCommand: set HEAD also when not checking out | Thomas Wolf | 2022-09-18 | 1 | -11/+9 |
* | | | | | | Pass on shallowSince only if not null | Thomas Wolf | 2022-09-18 | 2 | -2/+6 |
* | | | | | | Fix wrong @since tag | Thomas Wolf | 2022-09-18 | 1 | -1/+1 |
* | | | | | | Merge "Split out ApplyCommand logic to PatchApplier class" | Han-Wen NIenhuys | 2022-09-15 | 3 | -665/+1017 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Split out ApplyCommand logic to PatchApplier class | Nitzan Gur-Furman | 2022-09-15 | 3 | -665/+1017 |
* | | | | | | | Fix typo in FetchV2Request javadoc | kylezhao | 2022-09-14 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | [merge] Fix merge conflicts with symlinks | Thomas Wolf | 2022-09-07 | 1 | -53/+115 |
* | | | | | | Merge branch 'master' into stable-6.3 | Matthias Sohn | 2022-09-06 | 4 | -186/+110 |
|\| | | | | | |||||
| * | | | | | Merge changes I888f313f,I98de155c,I2efa9a6d,Ifa79dac2 | Matthias Sohn | 2022-09-06 | 4 | -186/+110 |
| |\ \ \ \ \ | |||||
| | * | | | | | Move WorkTreeUpdater to merge package | Han-Wen Nienhuys | 2022-09-06 | 2 | -5/+3 |
| | * | | | | | WorkTreeUpdater: use DirCacheCheckout#StreamSupplier | Han-Wen Nienhuys | 2022-09-06 | 3 | -130/+16 |
| | * | | | | | DirCacheCheckout#getContent: also take InputStream supplier | Han-Wen Nienhuys | 2022-09-06 | 2 | -27/+88 |
| | * | | | | | WorkTreeUpdater: remove safeWrite option | Han-Wen Nienhuys | 2022-09-06 | 2 | -24/+3 |
* | | | | | | | Revert "Adds FilteredRevCommit that can overwrites its parents in the | Matthias Sohn | 2022-09-06 | 3 | -142/+8 |
* | | | | | | | Revert "Option to pass start RevCommit to be blamed on to the | Matthias Sohn | 2022-09-06 | 1 | -34/+13 |
|/ / / / / / | |||||
* / / / / / | BaseSuperprojectWriter: report invalid paths as manifest errors | Ivan Frade | 2022-08-23 | 1 | -1/+2 |
|/ / / / / | |||||
* | | | | | ApplyCommand: fix ApplyResult#updatedFiles | Han-Wen Nienhuys | 2022-08-23 | 1 | -5/+6 |
* | | | | | WorkTreeUpdater: rename metadata maps | Han-Wen Nienhuys | 2022-08-23 | 1 | -10/+10 |
* | | | | | WorkTreeUpdater#Result: hide data members | Han-Wen Nienhuys | 2022-08-23 | 2 | -10/+23 |
* | | | | | Merge "WorkTreeUpdater: re-format and clean-up" | Han-Wen NIenhuys | 2022-08-18 | 1 | -221/+265 |
|\ \ \ \ \ | |||||
| * | | | | | WorkTreeUpdater: re-format and clean-up | Thomas Wolf | 2022-08-17 | 1 | -221/+265 |
* | | | | | | Add javadoc on RevCommit | Ronald Bhuleskar | 2022-08-17 | 1 | -0/+5 |
* | | | | | | Option to pass start RevCommit to be blamed on to the BlameGenerator. | Ronald Bhuleskar | 2022-08-17 | 1 | -13/+34 |
* | | | | | | Adds FilteredRevCommit that can overwrites its parents in the DAG. | Ronald Bhuleskar | 2022-08-16 | 3 | -8/+142 |
* | | | | | | Merge changes Ib6689f54,I3b5c22ee | Matthias Sohn | 2022-08-16 | 1 | -0/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Add missing @since tag for RevCommit#parents introduced in 61b4d105e4 | Matthias Sohn | 2022-08-12 | 1 | -0/+2 |