-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit signing does not support SSH signatures #123
Comments
Sure A good strategy is to translate what Git does to Python. Both implementations have |
I'm a little perplexed that |
One problem is that Git does not expose a shared library with Maybe there is a third party git library that we could use for signing. |
It seems that git-revise breaks when git is configured to sign commits with
gpg.format = ssh
. The comments in #46 indicate that commit signing here is implemented independently of that in Git itself, any chance that support for ssh signing could be added?I'd be happy to take a crack at implementing it. I know a bit about Gits implementation (it's gotten more complex in recent versions) but I'm not familiar with the
git-revise
codebase at all so any pointers there would be appreciated.The text was updated successfully, but these errors were encountered: