summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
420bd8c)
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.
'-n1',
'--format=%ct-%h',
'--abbrev=11',
'-n1',
'--format=%ct-%h',
'--abbrev=11',
channel.git_revision],
stdout=subprocess.PIPE)
v.result(process.returncode == 0 and process.stdout != b'')
channel.git_revision],
stdout=subprocess.PIPE)
v.result(process.returncode == 0 and process.stdout != b'')