At 15:33 -0700 08 Aug 2018, Brandon Williams <bmwill@xxxxxxxxxx> wrote:
Teach "submodule_name_to_gitdir()" to munge a submodule's name (by url encoding it) before using it to build a path to the submodule's gitdir.
Seems like this will be a problem if it results in names that exceed NAME_MAX? On common systems that's 255, so it's probably not going to be common; but it certainly could for some repositories.