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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: