Re: [BUG REPORT] File names that contain UTF8 characters are unnecessarily escaped in 'git status .' messages
From: Yuri <hidden> Date: 2021-05-26 23:41:42
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