facebook / sapling

A Scalable, User-Friendly Source Control System.

Home Page:https://sapling-scm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for signing commits with SSH instead of GPG

pbar1 opened this issue · 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.