140aaed3df
The `tag.gpgSign` config option was added in Git 2.23.0 and seems like it should be set in addition to `commit.gpgSign` when `programs.git.signing.signByDefault` is enabled
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
[commit]
|
|
gpgSign = true
|
|
|
|
[gpg]
|
|
program = "path-to-gpg"
|
|
|
|
[tag]
|
|
gpgSign = true
|
|
|
|
[user]
|
|
email = "user@example.org"
|
|
name = "John Doe"
|
|
signingKey = "00112233445566778899AABBCCDDEEFF"
|