1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-15 04:57:47 +00:00
home-manager/tests/modules/programs/git/git-with-str-extra-config-expected.conf

18 lines
197 B
Text
Raw Normal View History

2018-12-11 00:51:48 +01:00
This can be anything.
2024-06-09 16:11:36 +08:00
[commit]
gpgSign = false
[gpg]
format = "openpgp"
[gpg "openpgp"]
program = "path-to-gpg"
[tag]
gpgSign = false
2018-12-11 00:51:48 +01:00
[user]
email = "user@example.org"
name = "John Doe"