summaryrefslogtreecommitdiff
path: root/guides
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-31 01:23:21 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-31 01:26:09 +0100
commit9639b967230daf985f543931975e839cb7c68346 (patch)
treedaedd97be68ba2823ece341962634709709a0987 /guides
parentc747c9a4189a5c31845f379a3bc57104582f76f6 (diff)
downloadmemory-leaks-9639b967230daf985f543931975e839cb7c68346.tar.xz
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 (limited to 'guides')
-rw-r--r--guides/setups/dotfiles.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/setups/dotfiles.md b/guides/setups/dotfiles.md
index 5cb0637..66e2387 100644
--- 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.