From: Darrin Thompson Date: Wed, 13 Jul 2005 02:12:40 +0000 (-0500) Subject: [PATCH] Support more http features: https no cert, .netrc -> auth X-Git-Tag: v0.99.2~34 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3dcb90f526e63a46375c1e92d2511e0955e055ed?ds=inline;hp=3dcb90f526e63a46375c1e92d2511e0955e055ed [PATCH] Support more http features: https no cert, .netrc -> auth Cause setting environment variable GIT_SSL_NO_VERIFY to turn off curl's ssl peer verification. Only use curl for http transfers, instead of curl and wget. Make curl check ~/.netrc for credentials. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds ---