The git option quotepath (which is enabled by default) prints escape sequences for files with unicode characters making it hard to work with and sometimes impossible to reference specific files.
This PR sets core.quotepath = false in the local git repository's configuration during initialisation.
The git option
quotepath
(which is enabled by default) prints escape sequences for files with unicode characters making it hard to work with and sometimes impossible to reference specific files.This PR sets
core.quotepath = false
in the local git repository's configuration during initialisation.