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