| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "[errorprone] Don't throw exception in finally" | David Pursehouse | 2019-10-25 | 1 | -1/+1 |
|\ |
|
| * | [errorprone] Don't throw exception in finally | Matthias Sohn | 2019-10-25 | 1 | -1/+1 |
* | | Merge "[errorprone] Add parenthesis to clarify operator precedence" | David Pursehouse | 2019-10-25 | 1 | -4/+4 |
|\| |
|
| * | [errorprone] Add parenthesis to clarify operator precedence | Matthias Sohn | 2019-10-25 | 1 | -4/+4 |
* | | Replace "Rebase interactive" with "Interactive rebase" | Matthias Sohn | 2019-10-25 | 1 | -1/+1 |
|/ |
|
* | GPG: implement more OpenPGP UserId matching formats | Thomas Wolf | 2019-10-23 | 3 | -11/+85 |
* | Merge "reftable: remove assert calls" | Jonathan Tan | 2019-10-22 | 2 | -2/+7 |
|\ |
|
| * | reftable: remove assert calls | Han-Wen Nienhuys | 2019-10-22 | 2 | -2/+7 |
* | | Merge "GpgKeyLocator: Return a signing key for a user instead of the master key" | Gunnar Wagenknecht | 2019-10-22 | 1 | -6/+35 |
|\ \ |
|
| * | | GpgKeyLocator: Return a signing key for a user instead of the master key | Roan Hofland | 2019-10-22 | 1 | -6/+35 |
* | | | Merge "GpgKeyLocator: Return subkeys instead of the first key for subkeys" | Gunnar Wagenknecht | 2019-10-22 | 1 | -1/+7 |
|\| | |
|
| * | | GpgKeyLocator: Return subkeys instead of the first key for subkeys | Roan Hofland | 2019-10-22 | 1 | -1/+7 |
* | | | Support for core.hooksPath | Thomas Wolf | 2019-10-21 | 7 | -52/+96 |
| |/
|/| |
|
* | | Implement mirror option in CloneCommand | Matthias Sohn | 2019-10-21 | 1 | -26/+66 |
|/ |
|
* | Enable and fix "Statement unnecessarily nested within else clause" warnings | David Pursehouse | 2019-10-17 | 77 | -593/+553 |
* | Merge "reftable: split off generic code from DFS code" | Jonathan Tan | 2019-10-16 | 4 | -369/+683 |
|\ |
|
| * | reftable: split off generic code from DFS code | Han-Wen Nienhuys | 2019-10-16 | 4 | -369/+683 |
* | | Merge "reftable: fix lookup by ID in merged reftables" | Jonathan Tan | 2019-10-16 | 1 | -1/+37 |
|\ \ |
|
| * | | reftable: fix lookup by ID in merged reftables | Han-Wen Nienhuys | 2019-10-16 | 1 | -1/+37 |
* | | | Merge "IndexDiff: close SubmoduleWalk and use already loaded DirCache" | Christian Halstrick | 2019-10-15 | 1 | -54/+58 |
|\ \ \ |
|
| * | | | IndexDiff: close SubmoduleWalk and use already loaded DirCache | Thomas Wolf | 2019-10-15 | 1 | -54/+58 |
| | |/
| |/| |
|
* | | | ProtocolV2Parser: Introduce advertise sideband-all option | Ivan Frade | 2019-10-15 | 2 | -2/+14 |
| |/
|/| |
|
* | | DfsPackFile: Remove unused parameter from loadReverseIdx method | David Pursehouse | 2019-10-14 | 1 | -2/+2 |
|/ |
|
* | Silence API errors for new fields added to PackStatistics.Accumulator | Matthias Sohn | 2019-10-12 | 1 | -0/+17 |
* | Remove unused API warning filters | Matthias Sohn | 2019-10-12 | 1 | -12/+0 |
* | Add missing @since tag to UploadPack#uploadWithExceptionPropagation | Matthias Sohn | 2019-10-12 | 1 | -0/+1 |
* | CachedPackUriProvider: size should be a long (not an int) | Ivan Frade | 2019-10-11 | 1 | -2/+2 |
* | PackWriter/Statistics: Report offloaded size | Ivan Frade | 2019-10-11 | 2 | -0/+32 |
* | CachedPackUriProvider: Add size to the pack information | Ivan Frade | 2019-10-11 | 1 | -3/+18 |
* | Merge changes Ieebbd671,I0e3e9456,Ia8d72e31 | Terry Parker | 2019-10-09 | 1 | -106/+122 |
|\ |
|
| * | UploadPack: Create a method that propagates an exception as-is | Masaya Suzuki | 2019-10-09 | 1 | -34/+64 |
| * | UploadPack: Consolidate the sideband handling code to one place | Masaya Suzuki | 2019-10-09 | 1 | -61/+29 |
| * | UploadPack: Introduce ErrorWriter | Masaya Suzuki | 2019-10-09 | 1 | -17/+35 |
* | | ProtocolV2Parser: Add missing $NON-NLS suppression | David Pursehouse | 2019-10-07 | 1 | -1/+1 |
* | | Fix parsing of core.logAllRefUpdates | Thomas Wolf | 2019-10-07 | 2 | -30/+72 |
|/ |
|
* | Merge "Merge branch 'stable-5.5'" | Matthias Sohn | 2019-10-04 | 1 | -4/+2 |
|\ |
|
| * | Merge branch 'stable-5.5' | Matthias Sohn | 2019-10-03 | 1 | -4/+2 |
| |\ |
|
| | * | Prepare 5.5.2-SNAPSHOT builds | Matthias Sohn | 2019-10-03 | 3 | -54/+54 |
| | * | JGit v5.5.1.201910021850-rv5.5.1.201910021850-r | Matthias Sohn | 2019-10-03 | 3 | -4/+4 |
| | * | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2019-10-03 | 1 | -4/+2 |
| | |\ |
|
| | | * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-10-02 | 1 | -4/+2 |
| | | |\ |
|
| | | | * | Prepare 5.3.7-SNAPSHOT builds | Matthias Sohn | 2019-10-02 | 3 | -53/+53 |
| | | | * | JGit v5.3.6.201910020505-rv5.3.6.201910020505-r | Matthias Sohn | 2019-10-02 | 3 | -4/+4 |
| | | | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-10-02 | 1 | -4/+2 |
| | | | |\ |
|
| | | | | * | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-10-02 | 1 | -4/+2 |
| | | | | |\ |
|
| | | | | | * | Prepare 5.1.13-SNAPSHOT builds | Matthias Sohn | 2019-10-02 | 3 | -49/+49 |
| | | | | | * | JGit v5.1.12.201910011832-rv5.1.12.201910011832-r | Matthias Sohn | 2019-10-02 | 3 | -4/+4 |
| | | | | | * | Do not rely on ArrayIndexOutOfBoundsException to detect end of input | Saša Živkov | 2019-09-27 | 1 | -4/+2 |
* | | | | | | | Fix NPE in DfsPackCompactor.compactReftables | Minh Thai | 2019-10-04 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | reftable: move AutoCloseable to ReftableReader | Han-Wen Nienhuys | 2019-09-27 | 6 | -36/+20 |