diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-31 01:23:21 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-31 01:26:09 +0100 |
| commit | 9639b967230daf985f543931975e839cb7c68346 (patch) | |
| tree | daedd97be68ba2823ece341962634709709a0987 /guides/setups | |
| parent | c747c9a4189a5c31845f379a3bc57104582f76f6 (diff) | |
| download | memory-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/setups')
| -rw-r--r-- | guides/setups/dotfiles.md | 2 |
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. |
