mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 11:19:44 +01:00
cc60c22c69
* Git: Make signing key id be optional Thus by default the signing key is selected by commit’s author. * Git: Add tests for config with and without signing key id * Git: Format tests for signing key * Git: Remove default value (null) for signing key * Git: Update description for signing key
9 lines
112 B
Text
9 lines
112 B
Text
[commit]
|
|
gpgSign = true
|
|
|
|
[gpg]
|
|
program = "path-to-gpg"
|
|
|
|
[user]
|
|
email = "user@example.org"
|
|
name = "John Doe"
|