Skip to content
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

Sign Git commits #246

Open
ElvishJerricco opened this issue Feb 17, 2019 · 2 comments
Open

Sign Git commits #246

ElvishJerricco opened this issue Feb 17, 2019 · 2 comments
Labels

Comments

@ElvishJerricco
Copy link

Git supports GPG signing of commits. I use this on my password repo due to its sensitive nature. It'd be great if I could do this for passwords generated on Pass for iOS.

@mssun
Copy link
Owner

mssun commented Mar 23, 2019

I agree with you, but we rely on the objective-git project currently which does not support GPG commit signing (libgit2/objective-git#687) right now. We have to either wait for this feature or directly use API (git_commit_create_with_signature) provided by libgit2.

@mssun mssun added the feature label Mar 23, 2019
@ElvishJerricco
Copy link
Author

Hm is it easy to use libgit2 in an objective-git codebase? Or would it require doing a bunch of things again the libgit2 way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants