]> git.scottworley.com Git - pinch/commit - pinch.py
Support "log.showSignature = true" 1.5
authorScott Worley <scottworley@scottworley.com>
Fri, 12 Jun 2020 09:16:39 +0000 (02:16 -0700)
committerScott Worley <scottworley@scottworley.com>
Fri, 12 Jun 2020 09:16:39 +0000 (02:16 -0700)
commit88af5903f7d0c6490a236167b6e07d831fc67a62
treedfff0a57f28526d96c8ce92f3eb01e2408a0bca2
parent420bd8c9c431223f9299477dc885d2c9d9f077c5
Support "log.showSignature = true"

Don't let "log.showSignature = true" in global git config cause
signature check output to appear in the release name.

Bad excuses for not including a test:
  * Would have to add GPG as a dependency.
  * Generating a GPG key during the test would be slow.
  * Making a local "global" git config in the test would be troublesome.
pinch.py