Use an external program to implement fetching with curl
authorDaniel Barkalow <barkalow@iabervon.org>
Wed, 5 Aug 2009 05:01:56 +0000 (01:01 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2009 17:34:09 +0000 (10:34 -0700)
commita2d725b7bdf756ade7680945ebc3fb62e5dd8bcc
tree7e2a19b27a951077ccbd8076fc1ac729d329375b
parent6eb996b5707b6d14cf9875a9231f4e909a443665
Use an external program to implement fetching with curl

Use the transport native helper mechanism to fetch by http (and ftp, etc).

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
remote-curl.c [new file with mode: 0644]
transport.c