Re: [PATCH 2/2] submodule: munge paths to submodule git directories
From: Stefan Beller <hidden>
Date: 2018-08-29 21:10:51
From: Stefan Beller <hidden>
Date: 2018-08-29 21:10:51
Yes, that makes even the capitalized "CON" issues go away. It's not a
one-to-one mapping, though ("foo-" and "foo_" map to the same entity).foo_ would map to foo__, and foo- would map to something else. (foo- as we do not rewrite dashes, yet?)
If we want that, too, I think something like url-encoding is fine, with the caveat that we simply urlencode _more_ things (i.e., anything not in [a-z_]).
Yeah I think we need more than url encoding now.