Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! add support for disabling SSL revocation checks in cURL
This maintainer thought that it was discussed that you cannot `strcmp()` blindly without checking for NULL first, but subsequently forgot to check that the fix had made it into the final version of the PR... :-( The problem is that this crashes any fetch/push/clone/ls-remote operation *unless* http.sslBackend is specified explicitly. This probably fixes the root cause behind #1474. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information