mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
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
12 lines
135 B
Text
12 lines
135 B
Text
[commit]
|
|
gpgSign = true
|
|
|
|
[gpg]
|
|
program = "path-to-gpg"
|
|
|
|
[tag]
|
|
gpgSign = true
|
|
|
|
[user]
|
|
email = "user@example.org"
|
|
name = "John Doe"
|