git: Display unicode file names

This fixes an issue where Japanese and other non-English file names
would be escaped when using commands like git diff.

Reference: https://stackoverflow.com/questions/34549040/
This commit is contained in:
Donovan Glover 2022-06-04 07:29:32 -04:00
parent 8613af7d85
commit 4fdf375a17
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -10,6 +10,7 @@
autocrlf = false
pager = diff-so-fancy | less --tabs=4 -RFX
excludesfile = ~/.gitignore
quotePath = false
[web]
browser = firefox