summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-02-0110-107/+540
| | |\| | | | |
| | | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-02-0110-115/+540
| | | |\| | | |
| | | | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-02-0110-107/+540
| | | | |\| | |
| | | | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-02-0110-107/+540
| | | | | |\| |
| | | | | | * | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-02-018-86/+466
| | | | | | |\|
| | | | | | | * Fix string format parameter for invalidRefAdvertisementLineDavid Pursehouse2020-01-311-1/+1
| | | | | | | * WindowCache: add metric for cached bytes per repositoryMatthias Sohn2020-01-282-10/+52
| | | | | | | * pgm daemon: fallback to user and system config if no config specifiedMatthias Sohn2020-01-281-7/+22
| | | | | | | * WindowCache: add option to use strong refs to reference ByteWindowsMatthias Sohn2020-01-205-70/+379
| | | | | | * | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-01-175-21/+74
| | | | | | |\|
| | | | | | | * Replace usage of ArrayIndexOutOfBoundsException in treewalkPatrick Hiesel2020-01-092-9/+6
| | | | | | | * Add config constants for WindowCache configuration optionsMatthias Sohn2020-01-093-12/+82
* | | | | | | | Update orbit to S20200128200239 for 2020-03 M2Matthias Sohn2020-01-2919-49/+49
* | | | | | | | FS: re-order fields and use all uppercase for true constantsThomas Wolf2020-01-281-15/+15
* | | | | | | | FS: Don't use innocuous threads for CompletableFutureAlex Jitianu2020-01-282-4/+169
* | | | | | | | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-2752-94/+187
* | | | | | | | Update Orbit to I20200126235943 and org.junit to 4.13.0.v20200126-2018Matthias Sohn2020-01-2719-49/+49
* | | | | | | | Fix SshSessionFactory#setInstance to use service loaderMatthias Sohn2020-01-271-3/+4
* | | | | | | | Use ServiceLoader to define the default SSH session factory.Emmanuel Hugonnet2020-01-253-2/+15
* | | | | | | | Remove Error-Prone ExpectedExceptionCheckerDavid Pursehouse2020-01-243-7/+0
* | | | | | | | ReceivePack: enable overriding filterCommands and executeCommandsMatthias Sohn2020-01-241-2/+4
* | | | | | | | Replace ExpectedException which was deprecated in junit 4.13Matthias Sohn2020-01-2421-279/+237
* | | | | | | | Add org.assertj 3.14.0.v20200120-1926 to target platformMatthias Sohn2020-01-2410-9/+29
* | | | | | | | Replace deprecated junit assertion methods with hamcrestMatthias Sohn2020-01-2214-39/+36
* | | | | | | | Update to Orbit I20200120214610 and JUnit to 4.13David Pursehouse2020-01-2234-129/+83
* | | | | | | | Update to Tycho 1.6.0Michael Keppler2020-01-202-2/+2
* | | | | | | | Extract method refactoring in class DirCacheCheckoutAndre Bossert2020-01-201-60/+71
* | | | | | | | Update Orbit to I20200115225246 and update dependenciesMatthias Sohn2020-01-1621-144/+209
* | | | | | | | Update bazlets and bazel versionMatthias Sohn2020-01-162-2/+2
* | | | | | | | Merge branch 'stable-5.7'Matthias Sohn2020-01-160-0/+0
|\| | | | | | |
| * | | | | | | Prepare 5.7.0-SNAPSHOT buildsMatthias Sohn2020-01-1574-105/+105
| * | | | | | | JGit v5.7.0.202001151323-m1v5.7.0.202001151323-m1Matthias Sohn2020-01-1574-105/+105
|/ / / / / / /
* | | | | | | Upgrade jetty to 9.4.25.v20191220Matthias Sohn2020-01-1521-192/+192
* | | | | | | Add ReftableNumbersNotIncreasingException#toStringHan-Wen Nienhuys2020-01-151-0/+8
* | | | | | | Move ConnectivityChecker to fix API leakMatthias Sohn2020-01-093-5/+5
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2020-01-0912-59/+620
|\| | | | | |
| * | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-01-0911-60/+610
| |\| | | | |
| | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-01-0912-59/+605
| | |\| | | |
| | | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-01-0912-59/+605
| | | |\| | |
| | | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-01-0914-85/+606
| | | | |\| |
| | | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-01-0912-66/+606
| | | | | |\|
| | | | | | * Fix unclosed resource warning in SmartOutputStreamMatthias Sohn2020-01-061-14/+16
| | | | | | * JschConfigSessionFactory: fix boxing warningMatthias Sohn2020-01-061-1/+2
| | | | | | * SshSupport#runSshCommand: don't throw exception in finally blockMatthias Sohn2020-01-061-6/+8
| | | | | | * Don't override already managed maven-compiler-plugin versionMatthias Sohn2020-01-041-2/+0
| | | | | | * Remove unused import from CreateFileSnapshotBenchmarkMatthias Sohn2020-01-041-1/+0
| | | | | | * Remove duplicate ignore_optional_problems entry in .classpathMatthias Sohn2020-01-041-1/+0
| | | | | | * Update maven-site-plugin used by benchmark module to 3.8.2Matthias Sohn2019-12-181-1/+1
| | | | | | * Add dependency to enable site generation for benchmark moduleMatthias Sohn2019-12-181-0/+27
| | | | | | * Ignore warnings for generated source code in org.eclipse.jgit.benchmarkMatthias Sohn2019-12-171-0/+1