commit 9639b967230daf985f543931975e839cb7c68346
parent c747c9a4189a5c31845f379a3bc57104582f76f6
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 31 Dec 2020 01:23:21 +0100
Tell Git not to encode bytes higher than 0x80
This makes Unicode filenames shown by e.g. "git status" or vc-diff
more legible.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/guides/setups/dotfiles.md b/guides/setups/dotfiles.md
@@ -12,6 +12,8 @@ alias sudo='sudo '
# `.gitconfig`
``` ini
+[core]
+ quotePath = false
[user]
name = … # Not needed if GECOS field is set in /etc/passwd.
email = … # Not needed if $EMAIL is set.