git,jj: switch to separate ssh signing key

This commit is contained in:
Oleksandr Smirnov 2025-11-20 16:42:44 +02:00
parent a393bfa676
commit 0efc4d0037
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
[user] [user]
name = Oleksandr Smirnov name = Oleksandr Smirnov
email = olexsmir@gmail.com email = olexsmir@gmail.com
signingkey = ~/.ssh/id_ed25519.pub signingkey = ~/.ssh/git-sign.pub
[gpg] [gpg]
program = gpg2 program = gpg2

View file

@ -13,7 +13,7 @@ diff-formatter = ":git"
[signing] [signing]
backend = "ssh" backend = "ssh"
key = "~/.ssh/id_ed25519.pub" key = "~/.ssh/git-sign.pub"
[git] [git]
sign-on-push = true sign-on-push = true