Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | 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 | |
| | | | |\| | | ||||||
| | | | | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2020-01-09 | 12 | -66/+606 | |
| | | | | |\| | ||||||
| | | | | | * | Fix unclosed resource warning in SmartOutputStream | Matthias Sohn | 2020-01-06 | 1 | -14/+16 | |
| | | | | | * | JschConfigSessionFactory: fix boxing warning | Matthias Sohn | 2020-01-06 | 1 | -1/+2 | |
| | | | | | * | SshSupport#runSshCommand: don't throw exception in finally block | Matthias Sohn | 2020-01-06 | 1 | -6/+8 | |
| | | | | | * | Don't override already managed maven-compiler-plugin version | Matthias Sohn | 2020-01-04 | 1 | -2/+0 | |
| | | | | | * | Remove unused import from CreateFileSnapshotBenchmark | Matthias Sohn | 2020-01-04 | 1 | -1/+0 | |
| | | | | | * | Remove duplicate ignore_optional_problems entry in .classpath | Matthias Sohn | 2020-01-04 | 1 | -1/+0 | |
| | | | | | * | Update maven-site-plugin used by benchmark module to 3.8.2 | Matthias Sohn | 2019-12-18 | 1 | -1/+1 | |
| | | | | | * | Add dependency to enable site generation for benchmark module | Matthias Sohn | 2019-12-18 | 1 | -0/+27 | |
| | | | | | * | Ignore warnings for generated source code in org.eclipse.jgit.benchmark | Matthias Sohn | 2019-12-17 | 1 | -0/+1 | |
| | | | | | * | Fix MBean registration | Matthias Sohn | 2019-12-13 | 2 | -7/+14 | |
| | | | | | * | Enhance WindowCache statistics | Matthias Sohn | 2019-12-08 | 6 | -41/+547 | |
| | | | | * | | Fix API problem filters | Matthias Sohn | 2020-01-09 | 3 | -27/+74 | |
* | | | | | | | Remove no longer used API problem filter | Matthias Sohn | 2020-01-05 | 1 | -9/+0 | |
* | | | | | | | Remove duplicate copyright statements | Matthias Sohn | 2020-01-04 | 12 | -12/+0 | |
* | | | | | | | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 1494 | -56765/+7505 | |
* | | | | | | | Update spring-boot-maven-plugin to 2.1.5.RELEASE | Matthias Sohn | 2020-01-03 | 1 | -1/+1 | |
* | | | | | | | TLS support on IBM JDKs | Thomas Wolf | 2020-01-03 | 7 | -7/+253 | |
* | | | | | | | Merge branch 'stable-5.6' | Matthias Sohn | 2019-12-26 | 2 | -2/+2 | |
|\| | | | | | | ||||||
| * | | | | | | Hooks: avoid problems with backslashes in paths | Thomas Wolf | 2019-12-24 | 2 | -2/+2 | |
* | | | | | | | Upgrade maven-source-plugin to 3.2.1 | David Pursehouse | 2019-12-25 | 1 | -1/+1 | |
* | | | | | | | Upgrade ecj to 3.20.0 | David Pursehouse | 2019-12-25 | 1 | -1/+1 | |
* | | | | | | | Update jetty to 9.4.24.v20191120 | Matthias Sohn | 2019-12-23 | 22 | -205/+205 | |
* | | | | | | | Using StringBuilder in StringUtils#capitalize method | Lars Vogel | 2019-12-18 | 1 | -1/+1 | |
* | | | | | | | Add resource preferences for top level jgit project | Matthias Sohn | 2019-12-16 | 1 | -0/+2 | |
* | | | | | | | pgm: add option if reflogs should be written when converting to reftable | Matthias Sohn | 2019-12-15 | 2 | -1/+6 |