Allow '+', '-' and '.' in remote helper names
commit53a52ff33d42faf2dcceea5b33f8049bd9416555
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Tue, 23 Feb 2010 12:33:48 +0000 (23 14:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Feb 2010 21:19:10 +0000 (23 13:19 -0800)
treecb67c42a0d75f71e4aa2883864de3ba0ae814a9b
parente923eaeb901ff056421b9007adcbbce271caa7b6
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>
transport.c