summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Fix indentation in ConvertRefStorageMatthias Sohn2019-12-141-7/+7
* | | | | | | Replace chain of if statements with switchCarsten Hammer2019-12-1420-166/+281
* | | | | | | Merge "Update API baseline for 5.7 to 5.6.0.201912101111-r"David Pursehouse2019-12-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Update API baseline for 5.7 to 5.6.0.201912101111-rMatthias Sohn2019-12-111-1/+1
* | | | | | | | Minor - Removes unnecessary whitespace in ReftableReaderLars Vogel2019-12-111-1/+1
|/ / / / / / /
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2019-12-112-11/+2
|\| | | | | |
| * | | | | | Prepare 5.6.1-SNAPSHOT buildsMatthias Sohn2019-12-1174-455/+455
| * | | | | | JGit v5.6.0.201912101111-rv5.6.0.201912101111-rMatthias Sohn2019-12-1074-105/+105
* | | | | | | Change the wildcard import to explicit ones.Yunjie Li2019-12-091-1/+4
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2019-12-0912-19/+326
|\| | | | | |
| * | | | | | Add ability to redirect stderr from git hooksTim Neumann2019-12-0911-10/+307
| * | | | | | Add possibility to get pure stderr output from AbortedByHookExceptionTim Neumann2019-12-091-9/+19
* | | | | | | Merge branch 'stable-5.6'David Pursehouse2019-12-063-115/+309
|\| | | | | |
| * | | | | | Cleanup CommitAndLogCommandTestMatthias Sohn2019-12-051-55/+51
| * | | | | | CLI: Add support for excluding paths from Git log commandJohn Tipper2019-12-053-60/+258
* | | | | | | Fix API check errors introduced in ReceivePack in 945d43d5Matthias Sohn2019-12-052-1/+12
* | | | | | | ReceivePack: Moves connectivity check to separate classDemetr Starshov2019-12-053-85/+362
* | | | | | | Upgrade error_prone_core to 2.3.4David Pursehouse2019-12-052-2/+2
* | | | | | | Merge branch 'stable-5.6'David Pursehouse2019-12-052-17/+27
|\| | | | | |
| * | | | | | ReftableTest: Clean up boxing warnings on usage of String.formatDavid Pursehouse2019-12-051-16/+26
| * | | | | | MergedReftable: Remove unnecessary semicolonDavid Pursehouse2019-12-051-1/+1
* | | | | | | Suppress API error for RefDatabase.hasFastTipsWithSha1()Matthias Sohn2019-12-051-0/+12
* | | | | | | Remove API filters which became obsolete after bumping version to 5.7.0Matthias Sohn2019-12-051-134/+0
* | | | | | | Add missing @since tag for ReceivePack#receiveWithExceptionPropagationMatthias Sohn2019-12-051-0/+1
* | | | | | | Prepare 5.7.0-SNAPSHOT buildsMatthias Sohn2019-12-0574-455/+455
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2019-12-0529-30/+165
|\| | | | | |
| * | | | | | Introduce RefDatabase#hasFastTipsWithSha1Han-Wen Nienhuys2019-12-049-0/+135
| * | | | | | Update Orbit to R20191126223242 for 2019-12Matthias Sohn2019-12-0419-29/+29
| * | | | | | Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn2019-12-0474-105/+105
| * | | | | | JGit v5.6.0.201912041214-rc1v5.6.0.201912041214-rc1Matthias Sohn2019-12-0474-105/+105
| * | | | | | Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn2019-11-2774-105/+105
| * | | | | | JGit v5.6.0.201911271000-m3v5.6.0.201911271000-m3Matthias Sohn2019-11-2774-106/+106
* | | | | | | Merge changes I1f968649,Ied678797Terry Parker2019-12-023-41/+13
|\ \ \ \ \ \ \
| * | | | | | | UploadPackServlet: Use uploadWithExceptionPropagationMasaya Suzuki2019-12-022-3/+8
| * | | | | | | GitSmartHttpTools: Do not use sideband when sending an errorMasaya Suzuki2019-12-021-38/+5
| |/ / / / / /
* | | | | | | server: Add a custom error handlerMasaya Suzuki2019-12-023-28/+117
* | | | | | | transport: Add methods that do not handle exceptionsMasaya Suzuki2019-12-021-10/+44
* | | | | | | transport: Let users specify an error handler for unpacking a pack fileMasaya Suzuki2019-12-022-1/+48
* | | | | | | ReceivePack: Use try-with-resources for PostReceiveHookMasaya Suzuki2019-12-021-25/+22
* | | | | | | transport: Consolidate status reporting codeMasaya Suzuki2019-12-021-96/+96
* | | | | | | transport: Add ReceiveCommandErrorHandlerMasaya Suzuki2019-12-022-17/+111
* | | | | | | transport: Move exception handler to the callerMasaya Suzuki2019-12-021-9/+14
* | | | | | | transport: Move handling code to the caller sideMasaya Suzuki2019-12-022-11/+13
|/ / / / / /
* | | | | | Merge "ReceivePack: Open visibility for some methods"Jonathan Nieder2019-11-261-2/+10
|\ \ \ \ \ \
| * | | | | | ReceivePack: Open visibility for some methodsIvan Frade2019-11-261-2/+10
* | | | | | | JGit pgm: Format blame output to match canonical gitThomas Wolf2019-11-272-31/+52
* | | | | | | Make blame work correctly on merge conflictsThomas Wolf2019-11-278-98/+256
|/ / / / / /
* | | | | | Merge branch 'stable-5.5'David Pursehouse2019-11-263-5/+7
|\| | | | |
| * | | | | Merge branch 'stable-5.4' into stable-5.5David Pursehouse2019-11-263-5/+7
| |\| | | |
| | * | | | Merge branch 'stable-5.3' into stable-5.4David Pursehouse2019-11-263-5/+7
| | |\| | |