Skip to content

v2.0.1

Compare
Choose a tag to compare
@llucax llucax released this 10 Nov 13:06
· 44 commits to v2.x.x since this release

Changelog

Bugs fixed

PGP signatures of commits are not included in messages anymore

When creating a pull request or using a commit message in any way, if the
commit was PGP-signed and the user had git configured to always show signatures
(git config log.showsignature=true), then the message would include the
signature verification text, which is not really something you usually want to
include.

Now --no-show-signature is always used when retrieving commit messages.