Detect and disable qubes-gpg-wrapper when making calls to git log #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When git.program is set to qubes-gpg-wrapper it creates constant pop-ups to approve access to external gpg keychains, when for the purposes of toolchain we should only ever use a local gpg binary.
Overriding gpg.program with an env var, that itself can be overridden, might suffice.