sapling icon indicating copy to clipboard operation
sapling copied to clipboard

Support for signing commits with SSH instead of GPG

Open pbar1 opened this issue 2 years ago • 1 comments

Git now supports signing commits with SSH keys. How feasible would it be to support this in Sapling? It looks like this is exposed by Git under the following config:

[gpg]
format = ssh

Which leads me to believe it maintains some semblance of API compatibility with however GPG signing currently works, though I haven't looked deeply.

pbar1 avatar Nov 18 '23 01:11 pbar1