Make the "traditionally-supported" URLs a special case
authorDaniel Barkalow <barkalow@iabervon.org>
Fri, 4 Sep 2009 02:13:49 +0000 (22:13 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2009 04:27:36 +0000 (21:27 -0700)
Instead of trying to make http://, https://, and ftp:// URLs
indicative of some sort of pattern of transport helper usage, make
them a special case which runs the "curl" helper, and leave the
mechanism by which arbitrary helpers will be chosen entirely to future
work.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found