author | Ilari Liusvaara <ilari.liusvaara@elisanet.fi> | |
Wed, 9 Dec 2009 15:26:29 +0000 (17:26 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 9 Dec 2009 20:40:42 +0000 (12:40 -0800) | ||
commit | 25d5cc488a75cc232e97af42759812d9aa398713 | |
tree | 2acb25dde5475a7e0e5d07d24a45c636ab4dfa76 | tree | snapshot |
parent | 28ed5b3524c1ee5245131691b783d897239f5b03 | commit | diff |
Pass unknown protocols to external protocol handlers
Change URL handling to allow external protocol handlers to implement
new protocols without the '::' syntax if helper name does not conflict
with any built-in protocol.
foo:// now invokes git-remote-foo with foo:// as the URL.
Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Change URL handling to allow external protocol handlers to implement
new protocols without the '::' syntax if helper name does not conflict
with any built-in protocol.
foo:// now invokes git-remote-foo with foo:// as the URL.
Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c | diff | blob | history | |
transport.c | diff | blob | history |