-
Notifications
You must be signed in to change notification settings - Fork 35
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
Version number script does not handle GPG-signed commits #41
Comments
I cannot reproduce this. Signed and unsigned commits behave the same. The only git information used by mwp is the output of Can you please provide an example of the output you get from from |
I tend to forget that I've enabled showing signatures in logs with my config ( I've found that |
The version number generation script fails during installation if the latest commit was signed with a GPG key (e.g.:
git commit -S
).Strings with quotes inside them are probably imported unescaped and the rest of the code gets wrapped inside them until EOF, causing unparseable output.
The text was updated successfully, but these errors were encountered: