Re: [PATCH/RFC] git-svn: sanitize_remote_name should accept underscores.
- Date: Wed, 25 Jun 2008 00:11:13 -0700
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Subject: Re: [PATCH/RFC] git-svn: sanitize_remote_name should accept underscores.
Eric Wong <normalperson@xxxxxxxx> writes:
> Wait, nevermind, this is for remotes, not remote *branches*.
>
> Umm... are underscores now allowed in git config files?
In
[foo "bar"] baz = value
foo and baz must be config.c::iskeychar() (and baz must be isalpha()), but
"bar" can be almost anything.
Isn't "not underscore" coming from DNS hostname part restriction?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html