chore: migrate all string values to quoted variants

This commit is contained in:
transcaffeine 2024-12-02 19:55:58 +01:00
parent 83277c9841
commit 2dc1e241c7
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -1,11 +1,11 @@
[user] [user]
email = redacted@example.org email = "redacted@example.org"
name = redacted name = "redacted"
signingkey = redacted signingkey = "redacted"
[commit] [commit]
gpgsign = true gpgsign = true
[gpg] [gpg]
program = /usr/bin/gpg program = "/usr/bin/gpg"
[rebase] [rebase]
autostash = true autostash = true
autosquash = true autosquash = true
@ -13,6 +13,6 @@
rebase = true rebase = true
autostash = true autostash = true
[format] [format]
pretty = oneline pretty = "oneline"
[alias] [alias]
logv = log --pretty=full --show-signature logv = "log --pretty=full --show-signature"