From f4980b70a39043a09d7678d6f43ae145d94533d4 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Tue, 22 Nov 2022 00:27:17 +0800 Subject: [PATCH] gitconfig: quotepath=false --- .gitconfig2 | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig2 b/.gitconfig2 index ab99553..0ef3697 100644 --- a/.gitconfig2 +++ b/.gitconfig2 @@ -6,6 +6,7 @@ # test this by `git update-index --test-untracked-cache` # disable this by setting `GIT_DISABLE_UNTRACKED_CACHE` untrackedCache = true + quotepath = false # chinese chars [push] autoSetupRemote = true [branch]