summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge "reftable: remove assert calls"Jonathan Tan2019-10-222-2/+7
|\ \ \ \ \ \
| * | | | | | reftable: remove assert callsHan-Wen Nienhuys2019-10-222-2/+7
* | | | | | | Merge "TreeRevFilterTest: Simplify filter used"Jonathan Tan2019-10-221-17/+7
|\ \ \ \ \ \ \
| * | | | | | | TreeRevFilterTest: Simplify filter usedJonathan Tan2019-10-221-17/+7
* | | | | | | | Merge "GpgKeyLocator: Return a signing key for a user instead of the master key"Gunnar Wagenknecht2019-10-221-6/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | GpgKeyLocator: Return a signing key for a user instead of the master keyRoan Hofland2019-10-221-6/+35
* | | | | | | | | Merge "GpgKeyLocator: Return subkeys instead of the first key for subkeys"Gunnar Wagenknecht2019-10-221-1/+7
|\| | | | | | | |
| * | | | | | | | GpgKeyLocator: Return subkeys instead of the first key for subkeysRoan Hofland2019-10-221-1/+7
* | | | | | | | | Support for core.hooksPathThomas Wolf2019-10-218-52/+167
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Upgrade Tycho to 1.5.0Michael Keppler2019-10-211-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Close ObjectReaders in testsThomas Wolf2019-10-214-120/+145
* | | | | | | Close some Repository instances in testsThomas Wolf2019-10-216-167/+182
* | | | | | | Close ObjectInserters in testsThomas Wolf2019-10-214-55/+67
* | | | | | | Upgrade jacoco-maven-plugin to 0.8.5David Pursehouse2019-10-211-1/+1
* | | | | | | [pgm] Add --mirror option to clone commandMatthias Sohn2019-10-213-3/+50
* | | | | | | Remove meaningless comment in CloneCommandTestMatthias Sohn2019-10-211-1/+0
* | | | | | | Implement mirror option in CloneCommandMatthias Sohn2019-10-212-27/+99
|/ / / / / /
* | | | | | AppServer: Stop using deprecated SslContextFactory constructorDavid Pursehouse2019-10-171-1/+1
* | | | | | Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-17122-742/+663
* | | | | | Close RevWalks in testsThomas Wolf2019-10-167-380/+443
* | | | | | Merge "reftable: split off generic code from DFS code"Jonathan Tan2019-10-165-372/+721
|\ \ \ \ \ \
| * | | | | | reftable: split off generic code from DFS codeHan-Wen Nienhuys2019-10-165-372/+721
* | | | | | | Merge "reftable: fix lookup by ID in merged reftables"Jonathan Tan2019-10-162-1/+50
|\ \ \ \ \ \ \
| * | | | | | | reftable: fix lookup by ID in merged reftablesHan-Wen Nienhuys2019-10-162-1/+50
* | | | | | | | Merge changes I6e022e4a,If1b9d808David Pursehouse2019-10-1520-916/+1041
|\ \ \ \ \ \ \ \
| * | | | | | | | Close TreeWalks in testsThomas Wolf2019-10-1511-600/+689
| * | | | | | | | Close SubmoduleWalks in testsThomas Wolf2019-10-159-316/+352
* | | | | | | | | Merge "IndexDiff: close SubmoduleWalk and use already loaded DirCache"Christian Halstrick2019-10-151-54/+58
|\| | | | | | | |
| * | | | | | | | IndexDiff: close SubmoduleWalk and use already loaded DirCacheThomas Wolf2019-10-151-54/+58
| | |/ / / / / / | |/| | | | | |
* | | | | | | | ProtocolV2Parser: Introduce advertise sideband-all optionIvan Frade2019-10-153-4/+19
| |/ / / / / / |/| | | | | |
* | | | | | | DfsPackFile: Remove unused parameter from loadReverseIdx methodDavid Pursehouse2019-10-141-2/+2
|/ / / / / /
* | | | | | Silence API errors for new fields added to PackStatistics.AccumulatorMatthias Sohn2019-10-121-0/+17
* | | | | | Remove unused API warning filtersMatthias Sohn2019-10-122-40/+0
* | | | | | Add missing @since tag to UploadPack#uploadWithExceptionPropagationMatthias Sohn2019-10-121-0/+1
* | | | | | Merge branch 'stable-5.5'David Pursehouse2019-10-121-1/+1
|\| | | | |
| * | | | | Merge branch 'stable-5.4' into stable-5.5David Pursehouse2019-10-121-1/+1
| |\| | | |
| | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-10-121-1/+1
| | |\| | |
| | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-10-111-1/+1
| | | |\| |
| | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-10-111-1/+1
| | | | |\|
| | | | | * Bazel: Bump bazel version to 1.0.0David Pursehouse2019-10-111-1/+1
* | | | | | CachedPackUriProvider: size should be a long (not an int)Ivan Frade2019-10-111-2/+2
* | | | | | Merge changes from topic 'packfile-offloading-stats'Jonathan Tan2019-10-114-4/+51
|\ \ \ \ \ \
| * | | | | | PackWriter/Statistics: Report offloaded sizeIvan Frade2019-10-112-0/+32
| * | | | | | CachedPackUriProvider: Add size to the pack informationIvan Frade2019-10-112-4/+19
* | | | | | | Merge "http: Allow specifying a custom error handler for UploadPack"Terry Parker2019-10-094-27/+119
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | http: Allow specifying a custom error handler for UploadPackMasaya Suzuki2019-10-094-27/+119
* | | | | | | Merge changes Ieebbd671,I0e3e9456,Ia8d72e31Terry Parker2019-10-091-106/+122
|\| | | | | |
| * | | | | | UploadPack: Create a method that propagates an exception as-isMasaya Suzuki2019-10-091-34/+64
| * | | | | | UploadPack: Consolidate the sideband handling code to one placeMasaya Suzuki2019-10-091-61/+29
| * | | | | | UploadPack: Introduce ErrorWriterMasaya Suzuki2019-10-091-17/+35