Code

[PATCH] Support more http features: https no cert, .netrc -> auth
authorDarrin Thompson <darrint@progeny.com>
Wed, 13 Jul 2005 02:12:40 +0000 (21:12 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 23 Jul 2005 00:48:45 +0000 (17:48 -0700)
commit3dcb90f526e63a46375c1e92d2511e0955e055ed
treef9781959a03f8f1bc644a66242cbbb1944e694de
parent421cbeb2f7d122177cd0dd456f0ea22480704de3
[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 <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
git-fetch-script
http-pull.c