]> git.ipfire.org Git - thirdparty/git.git/commit - transport.h
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)
commitc9e388bb48bdafdf19574add915ab0ce33a1907d
tree3b10f2c574135edf933e4fa5b80a9b08b8b6b7aa
parentad17f01399a9220b78678b322bd42b0a29898e01
Make the "traditionally-supported" URLs a special case

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>
Makefile
transport-helper.c
transport.c
transport.h