Git: don't escape unicode paths

This commit is contained in:
DuckDuckWhale 2020-10-30 20:17:21 -07:00
parent 85f7adc36e
commit 4b7eb1a8d0
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE

View File

@ -1,3 +1,4 @@
git config --global alias.logtree 'log --all --graph --oneline --decorate'
git config --global core.pager 'less -x1,5'
git config --global core.quotePath false
git config --global credential.helper 'cache --timeout=3600'