From 4fdf375a17d824ebb98f13f5a0fc528f4e33df19 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 4 Jun 2022 07:29:32 -0400 Subject: [PATCH] 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/ --- git/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/git/.gitconfig b/git/.gitconfig index 7fa4ee9..87af05b 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -10,6 +10,7 @@ autocrlf = false pager = diff-so-fancy | less --tabs=4 -RFX excludesfile = ~/.gitignore + quotePath = false [web] browser = firefox