X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/420bd8c9c431223f9299477dc885d2c9d9f077c5..refs/tags/1.5:/pinch.py diff --git a/pinch.py b/pinch.py index 5f25015..4c8a51f 100644 --- a/pinch.py +++ b/pinch.py @@ -482,6 +482,7 @@ def git_revision_name(v: Verification, channel: Channel) -> str: '-n1', '--format=%ct-%h', '--abbrev=11', + '--no-show-signature', channel.git_revision], stdout=subprocess.PIPE) v.result(process.returncode == 0 and process.stdout != b'')