author | Ilari Liusvaara <ilari.liusvaara@elisanet.fi> | |
Wed, 9 Dec 2009 15:26:34 +0000 (17:26 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 28 Dec 2009 08:24:15 +0000 (00:24 -0800) | ||
commit | 28ca0c90080ec933d82b0f7d050ea5fde2816c57 | |
tree | 654099f9c9435eb6022247ee6e9c29d4ad03b0b3 | tree | snapshot |
parent | b236752a8722c77b5a9b4ed488a992ee05252843 | commit | diff |
Remove special casing of http, https and ftp
HTTP, HTTPS and FTP are no longer special to transport code. Also
add support for FTPS (curl supports it so it is easy).
Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
HTTP, HTTPS and FTP are no longer special to transport code. Also
add support for FTPS (curl supports it so it is easy).
Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore | diff | blob | history | |
Makefile | diff | blob | history | |
transport.c | diff | blob | history |