gitconfig: git config --global core.quotepath false
Summary: Per [git.vger.kernel.org](https://lore.kernel.org/git/xmqq1q643whe.fsf@gitster.g/). Fixes git patch quoting problems, as documented in https://we.phorge.it/T15805. See [git docs](https://git-scm.com/docs/git-config#Documentation/git-config.txt-corequotePath). Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: apply the patch, run `git format-patch` with non-ascii file names, verify unicodes works as intended. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D88
This commit is contained in:
parent
cac61e049a
commit
221d389edf
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
username = revi
|
||||
[core]
|
||||
editor = nano
|
||||
quotepath = false
|
||||
[include]
|
||||
path = ~/.gitaliases
|
||||
[credential]
|
||||
|
|
Loading…
Reference in a new issue