From 88733d74ab056b1a8b0e5999e5b51a07fe39b12c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 30 Sep 2023 03:04:58 +0200 Subject: git: Don’t octal quote unicode filenames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/git/config | 1 + 1 file changed, 1 insertion(+) (limited to '.config/git') diff --git a/.config/git/config b/.config/git/config index 5901ae7..4d43c0a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -5,6 +5,7 @@ [core] editor = nvim + quotepath = off [init] defaultBranch = master -- cgit v1.2.3