gitconfig: quotepath=false

This commit is contained in:
Dict Xiong 2022-11-22 00:27:17 +08:00
parent 809f20fab3
commit f4980b70a3

View File

@ -6,6 +6,7 @@
# test this by `git update-index --test-untracked-cache` # test this by `git update-index --test-untracked-cache`
# disable this by setting `GIT_DISABLE_UNTRACKED_CACHE` # disable this by setting `GIT_DISABLE_UNTRACKED_CACHE`
untrackedCache = true untrackedCache = true
quotepath = false # chinese chars
[push] [push]
autoSetupRemote = true autoSetupRemote = true
[branch] [branch]