We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.gpgsign
As reported by @xxxcrow in #68. I'm opening a new issue for this since it's an unrelated problem.
The text was updated successfully, but these errors were encountered:
Handle missing 'gpgsign' config key correctly (#71)
1426fc2
9ef381c
Checking the value of the commit.gpgsign fails with a NullReferenceException if the configuration key is missing from the repository.
NullReferenceException
For now, the easy way to resolve this is by manually setting commit.gpgsign to false in your password store. (git config commit.gpgsign false)
false
git config commit.gpgsign false
I'll publish a release soon which will fix this issue.
Sorry, something went wrong.
v1.11.1 is out now, which fixes this issue.
geluk
No branches or pull requests
As reported by @xxxcrow in #68. I'm opening a new issue for this since it's an unrelated problem.
The text was updated successfully, but these errors were encountered: