From c265648ef4fdbff3f4e8b49795a4a6966182173f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 30 Aug 2023 15:16:06 +0900 Subject: git: disable core.quotepath by default --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index 8136acb..6c66298 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,7 @@ [core] editor = nvim commentchar = ";" + quotepath = false [advice] detachedhead = false -- cgit v1.2.3-70-g09d2