git: gpg sign tags with signing.signByDefault set
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
This commit is contained in:
parent
de079ec371
commit
140aaed3df
4 changed files with 11 additions and 1 deletions
|
|
@ -43,6 +43,9 @@
|
|||
[interactive]
|
||||
diffFilter = "@delta@/bin/delta --color-only"
|
||||
|
||||
[tag]
|
||||
gpgSign = true
|
||||
|
||||
[user]
|
||||
email = "user@example.org"
|
||||
name = "John Doe"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
[gpg]
|
||||
program = "path-to-gpg"
|
||||
|
||||
[tag]
|
||||
gpgSign = true
|
||||
|
||||
[user]
|
||||
email = "user@example.org"
|
||||
name = "John Doe"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
[gpg]
|
||||
program = "path-to-gpg"
|
||||
|
||||
[tag]
|
||||
gpgSign = true
|
||||
|
||||
[user]
|
||||
email = "user@example.org"
|
||||
name = "John Doe"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue