summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade maven-jar-plugin to 3.2.0David Pursehouse2019-11-061-1/+1
* Upgrade maven-source-plugin to 3.2.0David Pursehouse2019-11-061-1/+1
* Merge branch 'stable-5.5'Matthias Sohn2019-11-061-146/+164
|\
| * Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2019-11-061-146/+164
| |\
| | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-11-061-146/+164
| | |\
| | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-11-061-146/+164
| | | |\
| | | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-11-061-146/+164
| | | | |\
| | | | | * Fix benchmark pom.xml to include distribution managment configMatthias Sohn2019-11-061-146/+164
* | | | | | Merge branch 'stable-5.5'Matthias Sohn2019-11-0523-1/+1322
|\| | | | |
| * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2019-11-0523-1/+1322
| |\| | | |
| | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-11-0523-1/+1322
| | |\| | |
| | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-11-0525-1/+1341
| | | |\| |
| | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-11-0523-0/+1322
| | | | |\|
| | | | | * Run JMH benchmarks using bazelMatthias Sohn2019-11-054-0/+121
| | | | | * Benchmark for creating files and FileSnapshotsMatthias Sohn2019-11-051-0/+111
| | | | | * Implement benchmark for looking up FileStore of a given PathMatthias Sohn2019-11-051-0/+97
| | | | | * JMH benchmark for SimpleLruCacheMatthias Sohn2019-11-0517-0/+993
| | | | | * Remove unused API problem filtersMatthias Sohn2019-11-041-28/+0
| | | | | * Silence API errors for new API added since 5.1.0Matthias Sohn2019-11-043-0/+27
| | | | * | Update API problem filtersMatthias Sohn2019-11-043-74/+27
* | | | | | DirCacheCheckout: don't use deprecated methodThomas Wolf2019-11-031-2/+5
* | | | | | WorkingTreeModifiedEvent: must be fired explicitly after mergeThomas Wolf2019-11-036-25/+73
* | | | | | Merge "HttpSupport.proxyFor(): use only scheme, host, and port"David Pursehouse2019-10-302-1/+73
|\ \ \ \ \ \
| * | | | | | HttpSupport.proxyFor(): use only scheme, host, and portThomas Wolf2019-10-302-1/+73
* | | | | | | reftable: enforce ascending order in sortAndWriteRefsHan-Wen Nienhuys2019-10-304-27/+17
|/ / / / / /
* | | | | | Documentation/technical/reftable: change suggested file namesHan-Wen Nienhuys2019-10-301-11/+15
* | | | | | Update Orbit to S20191025144108 and Ant to 1.10.7.v20190926-0324Matthias Sohn2019-10-2920-46/+111
* | | | | | Update Tycho to 1.5.1Matthias Sohn2019-10-292-2/+2
* | | | | | Upgrade Jetty to 9.4.22.v20191022Michael Keppler2019-10-2722-205/+205
* | | | | | Merge "[errorprone] Don't throw exception in finally"David Pursehouse2019-10-251-1/+1
|\ \ \ \ \ \
| * | | | | | [errorprone] Don't throw exception in finallyMatthias Sohn2019-10-251-1/+1
* | | | | | | Merge "[errorprone] Add parenthesis to clarify operator precedence"David Pursehouse2019-10-251-4/+4
|\| | | | | |
| * | | | | | [errorprone] Add parenthesis to clarify operator precedenceMatthias Sohn2019-10-251-4/+4
* | | | | | | Replace "Rebase interactive" with "Interactive rebase"Matthias Sohn2019-10-251-1/+1
|/ / / / / /
* | | | | | GPG: implement more OpenPGP UserId matching formatsThomas Wolf2019-10-235-11/+253
* | | | | | Merge "reftable: remove assert calls"Jonathan Tan2019-10-222-2/+7
|\ \ \ \ \ \
| * | | | | | reftable: remove assert callsHan-Wen Nienhuys2019-10-222-2/+7
* | | | | | | Merge "TreeRevFilterTest: Simplify filter used"Jonathan Tan2019-10-221-17/+7
|\ \ \ \ \ \ \
| * | | | | | | TreeRevFilterTest: Simplify filter usedJonathan Tan2019-10-221-17/+7
* | | | | | | | Merge "GpgKeyLocator: Return a signing key for a user instead of the master key"Gunnar Wagenknecht2019-10-221-6/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | GpgKeyLocator: Return a signing key for a user instead of the master keyRoan Hofland2019-10-221-6/+35
* | | | | | | | | Merge "GpgKeyLocator: Return subkeys instead of the first key for subkeys"Gunnar Wagenknecht2019-10-221-1/+7
|\| | | | | | | |
| * | | | | | | | GpgKeyLocator: Return subkeys instead of the first key for subkeysRoan Hofland2019-10-221-1/+7
* | | | | | | | | Support for core.hooksPathThomas Wolf2019-10-218-52/+167
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Upgrade Tycho to 1.5.0Michael Keppler2019-10-211-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Close ObjectReaders in testsThomas Wolf2019-10-214-120/+145
* | | | | | | Close some Repository instances in testsThomas Wolf2019-10-216-167/+182
* | | | | | | Close ObjectInserters in testsThomas Wolf2019-10-214-55/+67
* | | | | | | Upgrade jacoco-maven-plugin to 0.8.5David Pursehouse2019-10-211-1/+1
* | | | | | | [pgm] Add --mirror option to clone commandMatthias Sohn2019-10-213-3/+50