You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature request came up on Discord recently. I am opening this issue to track it.
Right now we only support signing commits using GnuPG or SSH (see commit signing docs).
This feature request came up on Discord recently. I am opening this issue to track it.
Right now we only support signing commits using GnuPG or SSH (see commit signing docs).
Git is shelling out to
gpgsm
for signing commits using X.509 certs. We could do something similar by implementing aSigningBackend
for X.509.Resources
lib/src/gpg_signing.rs
lib/src/ssh_signing.rs
lib/src/signing.rs
Related
The text was updated successfully, but these errors were encountered: