From 793bb8d02a2ba92cd2e7bef9b5663b65b8aa8e73 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 2 Mar 2023 06:51:58 -0300 Subject: etc/git/config: core.quotepath = off --- etc/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/git/config b/etc/git/config index 2d21ae4..0d1fda2 100644 --- a/etc/git/config +++ b/etc/git/config @@ -25,3 +25,5 @@ rewriteRef = refs/notes/commits [rerere] enabled = true +[core] + quotepath = off -- cgit v1.2.3