split jj commit signing behavior by platform

This commit is contained in:
sloane 2026-01-07 09:45:57 -05:00
parent 229b0c3fbe
commit d972cd5449
No known key found for this signature in database

View file

@ -11,8 +11,18 @@ email = "git@sloanelybutsurely.com"
behavior = "own" behavior = "own"
backend = "ssh" backend = "ssh"
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID0TH2GezEx8+zlKBqUb7rBsbmghnd1u4nX6YpQr28Zw" key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID0TH2GezEx8+zlKBqUb7rBsbmghnd1u4nX6YpQr28Zw"
[[--scope]]
--when.platforms = ["macos"]
[--scope.signing]
backends.ssh.program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign" backends.ssh.program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[[--scope]]
--when.platforms = ["linux"]
[--scope.signing]
backends.ssh.program = "/opt/1Password/op-ssh-sign"
[ui] [ui]
paginate = "never" paginate = "never"
default-command = "log" default-command = "log"