diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-08-30 15:16:06 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-09-01 09:25:28 +0900 |
| commit | c265648ef4fdbff3f4e8b49795a4a6966182173f (patch) | |
| tree | 69a584737044d438180a7647ec7804d5526854de | |
| parent | 179c7b5c78b35b798d6d779820065d6d282788b0 (diff) | |
| download | dotfiles-c265648ef4fdbff3f4e8b49795a4a6966182173f.tar.gz dotfiles-c265648ef4fdbff3f4e8b49795a4a6966182173f.tar.zst dotfiles-c265648ef4fdbff3f4e8b49795a4a6966182173f.zip | |
git: disable core.quotepath by default
| -rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 8136acb..6c66298 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,7 @@ [core] editor = nvim commentchar = ";" + quotepath = false [advice] detachedhead = false |
