You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[#52] When someone has the showSignature=true flag set in their .gitconfig
file, gpg verifying signature related text would be parsed as if it
was actual log information. This change ignores signature-related text
by passing the -c log.showSignature=false option to git so it ignores
a user's custom .gitconfig showSignature flag regardless as to what it
is set to.