commit | c9e388bb48bdafdf19574add915ab0ce33a1907d | [log] [tgz] |
---|---|---|
author | Daniel Barkalow <barkalow@iabervon.org> | Thu Sep 03 22:13:49 2009 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Sep 03 21:27:36 2009 -0700 |
tree | 3b10f2c574135edf933e4fa5b80a9b08b8b6b7aa | |
parent | ad17f01399a9220b78678b322bd42b0a29898e01 [diff] |
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>