G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

Disable 'quotepath' in local git configuration #228

Closed achilleas-k closed 5 years ago

achilleas-k commented 5 years ago

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.