Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 5 | -34/+502 |
|\ | |||||
| * | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-01-09 | 5 | -34/+502 |
| |\ | |||||
| | * | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-01-09 | 5 | -34/+501 |
| | |\ | |||||
| | | * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-01-09 | 5 | -34/+501 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-01-09 | 5 | -41/+502 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2020-01-09 | 5 | -41/+502 |
| | | | | |\ | |||||
| | | | | | * | 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 | 4 | -35/+487 |
* | | | | | | | 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 | 771 | -29298/+3855 |
* | | | | | | | TLS support on IBM JDKs | Thomas Wolf | 2020-01-03 | 4 | -3/+214 |
* | | | | | | | 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 |
* | | | | | | | 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 | 2 | -3/+3 |
* | | | | | | | 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 | 9 | -19/+301 |
|\| | | | | | | |||||
| * | | | | | | Add ability to redirect stderr from git hooks | Tim Neumann | 2019-12-09 | 8 | -10/+282 |
| * | | | | | | 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 | 1 | -1/+4 |
* | | | | | | | 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 |
* | | | | | | | Add missing @since tag for ReceivePack#receiveWithExceptionPropagation | Matthias Sohn | 2019-12-05 | 1 | -0/+1 |
* | | | | | | | 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 |
* | | | | | | | transport: Add methods that do not handle exceptions | Masaya Suzuki | 2019-12-02 | 1 | -10/+44 |
* | | | | | | | transport: Let users specify an error handler for unpacking a pack file | Masaya Suzuki | 2019-12-02 | 2 | -1/+48 |
* | | | | | | | ReceivePack: Use try-with-resources for PostReceiveHook | Masaya Suzuki | 2019-12-02 | 1 | -25/+22 |
* | | | | | | | transport: Consolidate status reporting code | Masaya Suzuki | 2019-12-02 | 1 | -96/+96 |
* | | | | | | | transport: Add ReceiveCommandErrorHandler | Masaya Suzuki | 2019-12-02 | 2 | -17/+111 |
* | | | | | | | transport: Move exception handler to the caller | Masaya Suzuki | 2019-12-02 | 1 | -9/+14 |
* | | | | | | | transport: Move handling code to the caller side | Masaya Suzuki | 2019-12-02 | 1 | -9/+12 |
|/ / / / / / | |||||
* | | | | | | Merge "ReceivePack: Open visibility for some methods" | Jonathan Nieder | 2019-11-26 | 1 | -2/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ReceivePack: Open visibility for some methods | Ivan Frade | 2019-11-26 | 1 | -2/+10 |
* | | | | | | | Make blame work correctly on merge conflicts | Thomas Wolf | 2019-11-27 | 4 | -72/+182 |
|/ / / / / / | |||||
* | | | | | | Merge changes I8698001d,I5c1177ac | Jonathan Nieder | 2019-11-25 | 1 | -0/+43 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add missing license header to ReftableDatabase | Jonathan Nieder | 2019-11-25 | 1 | -0/+43 |
* | | | | | | | RepositoryCache: don't require HEAD in git repositories | Han-Wen Nienhuys | 2019-11-26 | 1 | -1/+2 |
* | | | | | | | FileRepository: cleanup refs outside refs/ on reftable conversion | Han-Wen Nienhuys | 2019-11-26 | 1 | -0/+13 |
|/ / / / / / |