Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | Merge branch 'stable-5.4' into stable-5.5 | David Pursehouse | 2019-11-26 | 3 | -5/+7 |
|\| | | | | |||||
| * | | | | Merge branch 'stable-5.3' into stable-5.4 | David Pursehouse | 2019-11-26 | 3 | -5/+7 |
| |\| | | | |||||
| | * | | | Merge branch 'stable-5.2' into stable-5.3 | David Pursehouse | 2019-11-26 | 3 | -5/+7 |
| | |\| | | |||||
| | | * | | Merge branch 'stable-5.1' into stable-5.2 | David Pursehouse | 2019-11-26 | 3 | -5/+7 |
| | | |\| | |||||
| | | | * | Bazel: Use java_plugin and java_binary from @rules_java in jmh.bzl | David Pursehouse | 2019-11-26 | 1 | -3/+5 |
| | | | * | Bazel: Add missing newlines at end of BUILD files | David Pursehouse | 2019-11-26 | 2 | -2/+2 |
* | | | | | Fix NPE in SystemReader in tests | Thomas Wolf | 2019-11-12 | 1 | -3/+0 |
* | | | | | BaseReceivePack: Fix the format | Masaya Suzuki | 2019-11-10 | 1 | -1/+1 |
* | | | | | Prepend hostname to subsection used to store file timestamp resolution | Matthias Sohn | 2019-11-09 | 1 | -2/+3 |
* | | | | | Store filesystem timestamp resolution in extra jgit config | Matthias Sohn | 2019-11-09 | 9 | -23/+181 |
* | | | | | SystemReader: extract updating config and its parents if outdated | Thomas Wolf | 2019-11-08 | 3 | -14/+55 |
* | | | | | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2019-11-06 | 1 | -146/+164 |
|\| | | | | |||||
| * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-11-06 | 1 | -146/+164 |
| |\| | | | |||||
| | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-11-06 | 1 | -146/+164 |
| | |\| | | |||||
| | | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-11-06 | 1 | -146/+164 |
| | | |\| | |||||
| | | | * | Fix benchmark pom.xml to include distribution managment config | Matthias Sohn | 2019-11-06 | 1 | -146/+164 |
* | | | | | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2019-11-05 | 23 | -1/+1322 |
|\| | | | | |||||
| * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-11-05 | 23 | -1/+1322 |
| |\| | | | |||||
| | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-11-05 | 25 | -1/+1341 |
| | |\| | | |||||
| | | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-11-05 | 23 | -0/+1322 |
| | | |\| | |||||
| | | | * | Run JMH benchmarks using bazel | Matthias Sohn | 2019-11-05 | 4 | -0/+121 |
| | | | * | Benchmark for creating files and FileSnapshots | Matthias Sohn | 2019-11-05 | 1 | -0/+111 |
| | | | * | Implement benchmark for looking up FileStore of a given Path | Matthias Sohn | 2019-11-05 | 1 | -0/+97 |
| | | | * | JMH benchmark for SimpleLruCache | Matthias Sohn | 2019-11-05 | 17 | -0/+993 |
| | | | * | Remove unused API problem filters | Matthias Sohn | 2019-11-04 | 1 | -28/+0 |
| | | | * | Silence API errors for new API added since 5.1.0 | Matthias Sohn | 2019-11-04 | 3 | -0/+27 |
| | | * | | Update API problem filters | Matthias Sohn | 2019-11-04 | 3 | -74/+27 |
* | | | | | Merge branch 'stable-5.4' into stable-5.5 | David Pursehouse | 2019-10-12 | 1 | -1/+1 |
|\| | | | | |||||
| * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-10-12 | 1 | -1/+1 |
| |\| | | | |||||
| | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-10-11 | 1 | -1/+1 |
| | |\| | | |||||
| | | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-10-11 | 1 | -1/+1 |
| | | |\| | |||||
| | | | * | Bazel: Bump bazel version to 1.0.0 | David Pursehouse | 2019-10-11 | 1 | -1/+1 |
* | | | | | Prepare 5.5.2-SNAPSHOT builds | Matthias Sohn | 2019-10-03 | 73 | -452/+452 |
* | | | | | JGit v5.5.1.201910021850-rv5.5.1.201910021850-r | Matthias Sohn | 2019-10-03 | 73 | -104/+104 |