Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | ReceivePack: enable overriding filterCommands and executeCommands | Matthias Sohn | 2020-01-24 | 1 | -2/+4 |
* | Extract method refactoring in class DirCacheCheckout | Andre Bossert | 2020-01-20 | 1 | -60/+71 |
* | 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 | 6 | -34/+527 |
|\ | |||||
| * | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-01-09 | 6 | -36/+529 |
| |\ | |||||
| | * | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-01-09 | 6 | -34/+524 |
| | |\ | |||||
| | | * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-01-09 | 6 | -34/+524 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-01-09 | 6 | -41/+525 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2020-01-09 | 6 | -41/+525 |
| | | | | |\ | |||||
| | | | | | * | 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 |
| | | | | | * | Fix MBean registration | Matthias Sohn | 2019-12-13 | 2 | -7/+14 |
| | | | | | * | Enhance WindowCache statistics | Matthias Sohn | 2019-12-08 | 5 | -35/+510 |
| | | | | | * | 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 | 1 | -0/+8 |
| | | | | * | | Fix API problem filters | Matthias Sohn | 2020-01-09 | 1 | -8/+74 |
| | | | | * | | Update API problem filters | Matthias Sohn | 2019-11-04 | 1 | -74/+8 |
* | | | | | | | Remove no longer used API problem filter | Matthias Sohn | 2020-01-05 | 1 | -9/+0 |
* | | | | | | | Remove duplicate copyright statements | Matthias Sohn | 2020-01-04 | 10 | -10/+0 |
* | | | | | | | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 772 | -29339/+3863 |
* | | | | | | | TLS support on IBM JDKs | Thomas Wolf | 2020-01-03 | 5 | -3/+215 |
* | | | | | | | 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 |
| * | | | | | | Prepare 5.6.1-SNAPSHOT builds | Matthias Sohn | 2019-12-11 | 3 | -54/+54 |
| * | | | | | | JGit v5.6.0.201912101111-rv5.6.0.201912101111-r | Matthias Sohn | 2019-12-10 | 3 | -4/+4 |
* | | | | | | | Using StringBuilder in StringUtils#capitalize method | Lars Vogel | 2019-12-18 | 1 | -1/+1 |
* | | | | | | | Set config "extensions" option when converting ref storage format | Matthias Sohn | 2019-12-15 | 2 | -4/+39 |
* | | | | | | | Externalize error message in FileRepository#convertRefStorage | Matthias Sohn | 2019-12-14 | 3 | -3/+4 |
* | | | | | | | Replace chain of if statements with switch | Carsten Hammer | 2019-12-14 | 14 | -97/+170 |
* | | | | | | | Minor - Removes unnecessary whitespace in ReftableReader | Lars Vogel | 2019-12-11 | 1 | -1/+1 |
* | | | | | | | Change the wildcard import to explicit ones. | Yunjie Li | 2019-12-09 | 1 | -1/+4 |
* | | | | | | | Merge branch 'stable-5.6' | Matthias Sohn | 2019-12-09 | 10 | -19/+302 |
|\| | | | | | | |||||
| * | | | | | | Add ability to redirect stderr from git hooks | Tim Neumann | 2019-12-09 | 9 | -10/+283 |
| * | | | | | | Add possibility to get pure stderr output from AbortedByHookException | Tim Neumann | 2019-12-09 | 1 | -9/+19 |
* | | | | | | | Merge branch 'stable-5.6' | David Pursehouse | 2019-12-06 | 1 | -7/+36 |
|\| | | | | | | |||||
| * | | | | | | CLI: Add support for excluding paths from Git log command | John Tipper | 2019-12-05 | 1 | -7/+36 |
* | | | | | | | Fix API check errors introduced in ReceivePack in 945d43d5 | Matthias Sohn | 2019-12-05 | 2 | -1/+12 |
* | | | | | | | ReceivePack: Moves connectivity check to separate class | Demetr Starshov | 2019-12-05 | 3 | -85/+362 |
* | | | | | | | Merge branch 'stable-5.6' | David Pursehouse | 2019-12-05 | 1 | -1/+1 |
|\| | | | | | | |||||
| * | | | | | | MergedReftable: Remove unnecessary semicolon | David Pursehouse | 2019-12-05 | 1 | -1/+1 |
* | | | | | | | Suppress API error for RefDatabase.hasFastTipsWithSha1() | Matthias Sohn | 2019-12-05 | 1 | -0/+12 |
* | | | | | | | Remove API filters which became obsolete after bumping version to 5.7.0 | Matthias Sohn | 2019-12-05 | 1 | -134/+0 |
* | | | | | | | Add missing @since tag for ReceivePack#receiveWithExceptionPropagation | Matthias Sohn | 2019-12-05 | 1 | -0/+1 |
* | | | | | | | Prepare 5.7.0-SNAPSHOT builds | Matthias Sohn | 2019-12-05 | 3 | -54/+54 |
* | | | | | | | Merge branch 'stable-5.6' | Matthias Sohn | 2019-12-05 | 7 | -0/+65 |
|\| | | | | | | |||||
| * | | | | | | Introduce RefDatabase#hasFastTipsWithSha1 | Han-Wen Nienhuys | 2019-12-04 | 7 | -0/+65 |
| * | | | | | | Prepare 5.6.0-SNAPSHOT builds | Matthias Sohn | 2019-12-04 | 3 | -4/+4 |