Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade maven-jar-plugin to 3.2.0 | David Pursehouse | 2019-11-06 | 1 | -1/+1 |
* | Upgrade maven-source-plugin to 3.2.0 | David Pursehouse | 2019-11-06 | 1 | -1/+1 |
* | Merge branch 'stable-5.5' | Matthias Sohn | 2019-11-06 | 1 | -146/+164 |
|\ | |||||
| * | 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.5' | Matthias Sohn | 2019-11-05 | 23 | -1/+1322 |
|\| | | | | | |||||
| * | | | | | 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 |
* | | | | | | DirCacheCheckout: don't use deprecated method | Thomas Wolf | 2019-11-03 | 1 | -2/+5 |
* | | | | | | WorkingTreeModifiedEvent: must be fired explicitly after merge | Thomas Wolf | 2019-11-03 | 6 | -25/+73 |
* | | | | | | Merge "HttpSupport.proxyFor(): use only scheme, host, and port" | David Pursehouse | 2019-10-30 | 2 | -1/+73 |
|\ \ \ \ \ \ | |||||
| * | | | | | | HttpSupport.proxyFor(): use only scheme, host, and port | Thomas Wolf | 2019-10-30 | 2 | -1/+73 |
* | | | | | | | reftable: enforce ascending order in sortAndWriteRefs | Han-Wen Nienhuys | 2019-10-30 | 4 | -27/+17 |
|/ / / / / / | |||||
* | | | | | | Documentation/technical/reftable: change suggested file names | Han-Wen Nienhuys | 2019-10-30 | 1 | -11/+15 |
* | | | | | | Update Orbit to S20191025144108 and Ant to 1.10.7.v20190926-0324 | Matthias Sohn | 2019-10-29 | 20 | -46/+111 |
* | | | | | | Update Tycho to 1.5.1 | Matthias Sohn | 2019-10-29 | 2 | -2/+2 |
* | | | | | | Upgrade Jetty to 9.4.22.v20191022 | Michael Keppler | 2019-10-27 | 22 | -205/+205 |
* | | | | | | Merge "[errorprone] Don't throw exception in finally" | David Pursehouse | 2019-10-25 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | [errorprone] Don't throw exception in finally | Matthias Sohn | 2019-10-25 | 1 | -1/+1 |
* | | | | | | | Merge "[errorprone] Add parenthesis to clarify operator precedence" | David Pursehouse | 2019-10-25 | 1 | -4/+4 |
|\| | | | | | | |||||
| * | | | | | | [errorprone] Add parenthesis to clarify operator precedence | Matthias Sohn | 2019-10-25 | 1 | -4/+4 |
* | | | | | | | Replace "Rebase interactive" with "Interactive rebase" | Matthias Sohn | 2019-10-25 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | GPG: implement more OpenPGP UserId matching formats | Thomas Wolf | 2019-10-23 | 5 | -11/+253 |
* | | | | | | Merge "reftable: remove assert calls" | Jonathan Tan | 2019-10-22 | 2 | -2/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | reftable: remove assert calls | Han-Wen Nienhuys | 2019-10-22 | 2 | -2/+7 |
* | | | | | | | Merge "TreeRevFilterTest: Simplify filter used" | Jonathan Tan | 2019-10-22 | 1 | -17/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | TreeRevFilterTest: Simplify filter used | Jonathan Tan | 2019-10-22 | 1 | -17/+7 |
* | | | | | | | | Merge "GpgKeyLocator: Return a signing key for a user instead of the master key" | Gunnar Wagenknecht | 2019-10-22 | 1 | -6/+35 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | GpgKeyLocator: Return a signing key for a user instead of the master key | Roan Hofland | 2019-10-22 | 1 | -6/+35 |
* | | | | | | | | | Merge "GpgKeyLocator: Return subkeys instead of the first key for subkeys" | Gunnar Wagenknecht | 2019-10-22 | 1 | -1/+7 |
|\| | | | | | | | | |||||
| * | | | | | | | | GpgKeyLocator: Return subkeys instead of the first key for subkeys | Roan Hofland | 2019-10-22 | 1 | -1/+7 |
* | | | | | | | | | Support for core.hooksPath | Thomas Wolf | 2019-10-21 | 8 | -52/+167 |
| |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Upgrade Tycho to 1.5.0 | Michael Keppler | 2019-10-21 | 1 | -1/+1 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Close ObjectReaders in tests | Thomas Wolf | 2019-10-21 | 4 | -120/+145 |
* | | | | | | | Close some Repository instances in tests | Thomas Wolf | 2019-10-21 | 6 | -167/+182 |
* | | | | | | | Close ObjectInserters in tests | Thomas Wolf | 2019-10-21 | 4 | -55/+67 |
* | | | | | | | Upgrade jacoco-maven-plugin to 0.8.5 | David Pursehouse | 2019-10-21 | 1 | -1/+1 |
* | | | | | | | [pgm] Add --mirror option to clone command | Matthias Sohn | 2019-10-21 | 3 | -3/+50 |