git: support not configuring signing.format (#6478)
This commit is contained in:
parent
30b9cd6f1a
commit
5c5697b82a
9 changed files with 52 additions and 47 deletions
|
|
@ -1,11 +1,8 @@
|
|||
[commit]
|
||||
gpgSign = false
|
||||
|
||||
[gpg]
|
||||
format = "openpgp"
|
||||
|
||||
[gpg "openpgp"]
|
||||
program = "path-to-gpg"
|
||||
program = "@gnupg@/bin/gpg"
|
||||
|
||||
[sendemail "hm-account"]
|
||||
from = "H. M. Test Jr. <hm@example.org>"
|
||||
|
|
@ -21,9 +18,6 @@
|
|||
smtpSslCertPath = "/etc/ssl/certs/ca-certificates.crt"
|
||||
smtpUser = "home.manager"
|
||||
|
||||
[tag]
|
||||
gpgSign = false
|
||||
|
||||
[user]
|
||||
email = "hm@example.com"
|
||||
name = "H. M. Test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue