Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-10 | 2 | -16/+81 | |
|\| | | | | | | | ||||||
| * | | | | | | | Restore behavior of CloneCommand | Thomas Wolf | 2020-02-04 | 2 | -16/+81 | |
* | | | | | | | | Use lambdas where possible | Lars Vogel | 2020-02-05 | 2 | -40/+38 | |
* | | | | | | | | Merge "Include org.apache.commons.codec 1.13 in the JGit http.apache.feature" | David Pursehouse | 2020-02-04 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Include org.apache.commons.codec 1.13 in the JGit http.apache.feature | Thomas Wolf | 2020-02-02 | 1 | -0/+7 | |
* | | | | | | | | | Upgrade maven-pmd-plugin to 3.13.0 | David Pursehouse | 2020-02-04 | 1 | -1/+1 | |
* | | | | | | | | | Update Maven plugins | Matthias Sohn | 2020-02-02 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | AmazonS3: Speed up fetch, try recent packs first | Joshua Redstone | 2020-02-02 | 2 | -9/+54 | |
* | | | | | | | | Merge branch 'stable-5.7' | Matthias Sohn | 2020-02-01 | 10 | -107/+540 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2020-02-01 | 10 | -107/+540 | |
| |\| | | | | | | ||||||
| | * | | | | | | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-02-01 | 10 | -107/+540 | |
| | |\| | | | | | ||||||
| | | * | | | | | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-02-01 | 10 | -115/+540 | |
| | | |\| | | | | ||||||
| | | | * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-02-01 | 10 | -107/+540 | |
| | | | |\| | | | ||||||
| | | | | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-02-01 | 10 | -107/+540 | |
| | | | | |\| | | ||||||
| | | | | | * | | Merge branch 'stable-5.1' into stable-5.2 | David Pursehouse | 2020-02-01 | 8 | -86/+466 | |
| | | | | | |\| | ||||||
| | | | | | | * | Fix string format parameter for invalidRefAdvertisementLine | David Pursehouse | 2020-01-31 | 1 | -1/+1 | |
| | | | | | | * | WindowCache: add metric for cached bytes per repository | Matthias Sohn | 2020-01-28 | 2 | -10/+52 | |
| | | | | | | * | pgm daemon: fallback to user and system config if no config specified | Matthias Sohn | 2020-01-28 | 1 | -7/+22 | |
| | | | | | | * | WindowCache: add option to use strong refs to reference ByteWindows | Matthias Sohn | 2020-01-20 | 5 | -70/+379 | |
| | | | | | * | | Merge branch 'stable-5.1' into stable-5.2 | David Pursehouse | 2020-01-17 | 5 | -21/+74 | |
| | | | | | |\| | ||||||
| | | | | | | * | Replace usage of ArrayIndexOutOfBoundsException in treewalk | Patrick Hiesel | 2020-01-09 | 2 | -9/+6 | |
| | | | | | | * | Add config constants for WindowCache configuration options | Matthias Sohn | 2020-01-09 | 3 | -12/+82 | |
* | | | | | | | | Update orbit to S20200128200239 for 2020-03 M2 | Matthias Sohn | 2020-01-29 | 19 | -49/+49 | |
* | | | | | | | | FS: re-order fields and use all uppercase for true constants | Thomas Wolf | 2020-01-28 | 1 | -15/+15 | |
* | | | | | | | | FS: Don't use innocuous threads for CompletableFuture | Alex Jitianu | 2020-01-28 | 2 | -4/+169 | |
* | | | | | | | | ErrorProne: Enable and fix UnusedException check | David Pursehouse | 2020-01-27 | 52 | -94/+187 | |
* | | | | | | | | Update Orbit to I20200126235943 and org.junit to 4.13.0.v20200126-2018 | Matthias Sohn | 2020-01-27 | 19 | -49/+49 | |
* | | | | | | | | Fix SshSessionFactory#setInstance to use service loader | Matthias Sohn | 2020-01-27 | 1 | -3/+4 | |
* | | | | | | | | Use ServiceLoader to define the default SSH session factory. | Emmanuel Hugonnet | 2020-01-25 | 3 | -2/+15 | |
* | | | | | | | | Remove Error-Prone ExpectedExceptionChecker | David Pursehouse | 2020-01-24 | 3 | -7/+0 | |
* | | | | | | | | ReceivePack: enable overriding filterCommands and executeCommands | Matthias Sohn | 2020-01-24 | 1 | -2/+4 | |
* | | | | | | | | Replace ExpectedException which was deprecated in junit 4.13 | Matthias Sohn | 2020-01-24 | 21 | -279/+237 | |
* | | | | | | | | Add org.assertj 3.14.0.v20200120-1926 to target platform | Matthias Sohn | 2020-01-24 | 10 | -9/+29 | |
* | | | | | | | | Replace deprecated junit assertion methods with hamcrest | Matthias Sohn | 2020-01-22 | 14 | -39/+36 | |
* | | | | | | | | Update to Orbit I20200120214610 and JUnit to 4.13 | David Pursehouse | 2020-01-22 | 34 | -129/+83 | |
* | | | | | | | | Update to Tycho 1.6.0 | Michael Keppler | 2020-01-20 | 2 | -2/+2 | |
* | | | | | | | | Extract method refactoring in class DirCacheCheckout | Andre Bossert | 2020-01-20 | 1 | -60/+71 | |
* | | | | | | | | Update Orbit to I20200115225246 and update dependencies | Matthias Sohn | 2020-01-16 | 21 | -144/+209 | |
* | | | | | | | | Update bazlets and bazel version | Matthias Sohn | 2020-01-16 | 2 | -2/+2 | |
* | | | | | | | | Merge branch 'stable-5.7' | Matthias Sohn | 2020-01-16 | 0 | -0/+0 | |
|\| | | | | | | | ||||||
| * | | | | | | | Prepare 5.7.0-SNAPSHOT builds | Matthias Sohn | 2020-01-15 | 74 | -105/+105 | |
| * | | | | | | | JGit v5.7.0.202001151323-m1v5.7.0.202001151323-m1 | Matthias Sohn | 2020-01-15 | 74 | -105/+105 | |
|/ / / / / / / | ||||||
* | | | | | | | Upgrade jetty to 9.4.25.v20191220 | Matthias Sohn | 2020-01-15 | 21 | -192/+192 | |
* | | | | | | | Add ReftableNumbersNotIncreasingException#toString | Han-Wen Nienhuys | 2020-01-15 | 1 | -0/+8 | |
* | | | | | | | Move ConnectivityChecker to fix API leak | Matthias Sohn | 2020-01-09 | 3 | -5/+5 | |
* | | | | | | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-01-09 | 12 | -59/+620 | |
|\| | | | | | | ||||||
| * | | | | | | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-01-09 | 11 | -60/+610 | |
| |\| | | | | | ||||||
| | * | | | | | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-01-09 | 12 | -59/+605 | |
| | |\| | | | | ||||||
| | | * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-01-09 | 12 | -59/+605 | |
| | | |\| | | | ||||||
| | | | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-01-09 | 14 | -85/+606 | |
| | | | |\| | |