From 221d389edf431186cef548cf4364e0e591595325 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Wed, 15 May 2024 16:31:33 +0900 Subject: [PATCH] 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 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 --- default.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/default.gitconfig b/default.gitconfig index bbc4681..6d6fc8d 100644 --- a/default.gitconfig +++ b/default.gitconfig @@ -8,6 +8,7 @@ username = revi [core] editor = nano + quotepath = false [include] path = ~/.gitaliases [credential]