Re: [PATCH 1/2] submodule: handle multibyte characters in name
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:57:43
Jens Lehmann [off-list ref] writes:
Hmm, I just came around to test that patch, and for me the new test even succeeds without the changes to module_list(). So I'm not convinced yet what we are fixing here ;-)
My guess is that you have core.quotepaths set to false.
The original poster reported that the submodule just added locally is not showing up in a subsequent `git submodule`. And it doesn't for me either, no matter if the path contains umlauts or not. Will take a deeper look when I find some more time to do that, maybe recent changes to "git add" play a role here too.
Thanks.