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

Allow specifying gnupg home for signed commits #67

Open
clearydude opened this issue Jul 17, 2018 · 0 comments
Open

Allow specifying gnupg home for signed commits #67

clearydude opened this issue Jul 17, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@clearydude
Copy link
Contributor

Currently, the git methods around signing commits do not allow for specifying a specific gnupg path. This is fine for how the end user ends up using it, since when it is not specified a specific path it finds it from the environment, but it requires tests using gnupg to use mutexes.
The gpg method it uses does allow for specifying a gnupg home dir, so if the signature was altered to enable that specification to be passed into the git method, it may mitigate the need for some of those mutexes.

@clearydude clearydude added the enhancement New feature or request label Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant