mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +01:00
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:
parent
8613af7d85
commit
4fdf375a17
@ -10,6 +10,7 @@
|
|||||||
autocrlf = false
|
autocrlf = false
|
||||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
|
quotePath = false
|
||||||
|
|
||||||
[web]
|
[web]
|
||||||
browser = firefox
|
browser = firefox
|
||||||
|
Loading…
Reference in New Issue
Block a user