summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ProtocolV2Parser: Add missing $NON-NLS suppressionDavid Pursehouse2019-10-071-1/+1
* UploadPackTest: Stop using deprecated PacketLineIn constantsDavid Pursehouse2019-10-071-6/+6
* Fix parsing of core.logAllRefUpdatesThomas Wolf2019-10-073-33/+97
* Update Jetty to 9.4.21.v20190926Matthias Sohn2019-10-0422-205/+205
* Create 4.14 staging target platformMatthias Sohn2019-10-045-10/+110
* Merge "Merge branch 'stable-5.5'"Matthias Sohn2019-10-041-4/+2
|\
| * Merge branch 'stable-5.5'Matthias Sohn2019-10-031-4/+2
| |\
| | * Prepare 5.5.2-SNAPSHOT buildsMatthias Sohn2019-10-0373-452/+452
| | * JGit v5.5.1.201910021850-rv5.5.1.201910021850-rMatthias Sohn2019-10-0373-104/+104
| | * Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2019-10-031-4/+2
| | |\
| | | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-10-021-4/+2
| | | |\
| | | | * Prepare 5.3.7-SNAPSHOT buildsMatthias Sohn2019-10-0268-427/+427
| | | | * JGit v5.3.6.201910020505-rv5.3.6.201910020505-rMatthias Sohn2019-10-0268-89/+89
| | | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-10-021-4/+2
| | | | |\
| | | | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-10-021-4/+2
| | | | | |\
| | | | | | * Prepare 5.1.13-SNAPSHOT buildsMatthias Sohn2019-10-0256-359/+359
| | | | | | * JGit v5.1.12.201910011832-rv5.1.12.201910011832-rMatthias Sohn2019-10-0256-59/+59
| | | | | | * Do not rely on ArrayIndexOutOfBoundsException to detect end of inputSaša Živkov2019-09-271-4/+2
* | | | | | | Fix NPE in DfsPackCompactor.compactReftablesMinh Thai2019-10-041-1/+1
|/ / / / / /
* | | | | | Rename servlet-api-3_1 to match Gerrit masterLuca Milanesio2019-10-012-2/+2
* | | | | | reftable: move AutoCloseable to ReftableReaderHan-Wen Nienhuys2019-09-277-37/+21
* | | | | | Add missing braces in CherryPickCommandMatthias Sohn2019-09-261-7/+14
* | | | | | Fire WorkingTreeModifiedEvent if cherry-pick failed with conflictsMatthias Sohn2019-09-262-0/+25
* | | | | | Merge "Documentation/technical/reftable: document rename in reflog."Jonathan Tan2019-09-251-0/+4
|\ \ \ \ \ \
| * | | | | | Documentation/technical/reftable: document rename in reflog.Han-Wen Nienhuys2019-08-211-0/+4
* | | | | | | Merge "Update Eclipse SUA to latest 2.0 version"David Pursehouse2019-09-2414-172/+18
|\ \ \ \ \ \ \
| * | | | | | | Update Eclipse SUA to latest 2.0 versionMatthias Sohn2019-09-2414-172/+18
* | | | | | | | Merge "reftable: pass OutputStream at construction time"Jonathan Tan2019-09-2411-146/+125
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | reftable: pass OutputStream at construction timeHan-Wen Nienhuys2019-09-2011-146/+125
* | | | | | | | Bump bazel version to 0.29.1David Ostrovsky2019-09-231-1/+1
* | | | | | | | Bazel: Reuse version from .bazelversion for minimum used version checkDavid Ostrovsky2019-09-232-2/+23
|/ / / / / / /
* | | | | | | dfs: rename ReftableStack to DfsReftableStackHan-Wen Nienhuys2019-09-195-10/+10
* | | | | | | reftable: add maxUpdateIndex to ReftableHan-Wen Nienhuys2019-09-193-8/+24
* | | | | | | Upgrade ecj plugin to 3.19.0David Pursehouse2019-09-191-1/+1
* | | | | | | UploadPackReachabilityTest: Use assertThrows instead of thrownIvan Frade2019-09-181-15/+14
* | | | | | | RequestValidatorTestCase: Tests for the request validatorsIvan Frade2019-09-185-0/+599
* | | | | | | UploadPackTest: Move "reachability" tests to its own fileIvan Frade2019-09-182-97/+317
* | | | | | | Merge branch 'stable-5.5'Matthias Sohn2019-09-173-18/+307
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2019-09-173-18/+307
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-173-18/+307
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-173-18/+307
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-173-18/+307
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | WorkingTreeIterator: handle different timestamp resolutionsThomas Wolf2019-09-173-18/+307
* | | | | | | Upgrade eclipse-jarsigner-plugin to 1.1.7David Pursehouse2019-09-131-1/+1
* | | | | | | Require Maven version 3.6.2David Pursehouse2019-09-131-1/+1
* | | | | | | Remove an old work-around for core.autocrlf = inputThomas Wolf2019-09-121-36/+2
* | | | | | | Merge "Merge branch 'stable-5.5'"David Pursehouse2019-09-111-2/+3
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'stable-5.5'Matthias Sohn2019-09-111-2/+3
| |\| | | | | |
| | * | | | | | Prepare 5.5.1-SNAPSHOT buildsMatthias Sohn2019-09-1173-452/+452
| | * | | | | | JGit v5.5.0.201909110433-rv5.5.0.201909110433-rMatthias Sohn2019-09-1173-104/+104