Add ftp:// protocol support for git-http-fetch
commit4adffc7b54e8c5d8fc7510007dd9b8235a67430f
authorJunio C Hamano <junkio@cox.net>
Sat, 16 Sep 2006 18:06:02 +0000 (16 11:06 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 16 Sep 2006 18:06:02 +0000 (16 11:06 -0700)
tree94c94c74022ba797c8fc6f26c3298e3729ee5820
parentbe4a015b0fed2bd96e509f45b80b63db056b9ca9
Add ftp:// protocol support for git-http-fetch

Based on Sasha Khapyorsky's patch but adjusted to the refactored
"missing target" detection code.

It might have been better if the program were called
git-url-fetch but it is too late now ;-).

Signed-off-by: Junio C Hamano <junkio@cox.net>
http-fetch.c