author | Ilari Liusvaara <ilari.liusvaara@elisanet.fi> | |
Tue, 23 Feb 2010 12:33:48 +0000 (14:33 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 23 Feb 2010 21:19:10 +0000 (13:19 -0800) | ||
commit | 53a52ff33d42faf2dcceea5b33f8049bd9416555 | |
tree | cb67c42a0d75f71e4aa2883864de3ba0ae814a9b | tree | snapshot |
parent | e923eaeb901ff056421b9007adcbbce271caa7b6 | commit | diff |
Allow '+', '-' and '.' in remote helper names
According to relevant RFCs, in addition to alphanumerics, the following
characters are valid in URL scheme parts: '+', '-' and '.', but
currently only alphanumerics are allowed in remote helper names.
Allow those three characters in remote helper names (both 'foo://' and
'foo::' syntax).
Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
According to relevant RFCs, in addition to alphanumerics, the following
characters are valid in URL scheme parts: '+', '-' and '.', but
currently only alphanumerics are allowed in remote helper names.
Allow those three characters in remote helper names (both 'foo://' and
'foo::' syntax).
Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport.c | diff | blob | history |