]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Remove special casing of http, https and ftp
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Wed, 9 Dec 2009 15:26:34 +0000 (17:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Dec 2009 08:24:15 +0000 (00:24 -0800)
commit28ca0c90080ec933d82b0f7d050ea5fde2816c57
tree654099f9c9435eb6022247ee6e9c29d4ad03b0b3
parentb236752a8722c77b5a9b4ed488a992ee05252843
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>
.gitignore
Makefile
transport.c