author | Darrin Thompson <darrint@progeny.com> | |
Wed, 13 Jul 2005 02:12:40 +0000 (21:12 -0500) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Sat, 23 Jul 2005 00:48:45 +0000 (17:48 -0700) | ||
commit | 3dcb90f526e63a46375c1e92d2511e0955e055ed | |
tree | f9781959a03f8f1bc644a66242cbbb1944e694de | tree | snapshot |
parent | 421cbeb2f7d122177cd0dd456f0ea22480704de3 | commit | diff |
[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>
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 | diff | blob | history | |
http-pull.c | diff | blob | history |