On 5/26/21 4:32 PM, Junio C Hamano wrote:
"git config core.quotepath no"?
I didn't have the 'core.quotepath' value set. 'git config core.quotepath no' changed the behavior to no quoting.
So it looks like the default value of 'core.quotepath' is incorrect: it should be based on terminal capabilities.
Yuri