Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/code-cleaning'
[gitweb.git]
/
commit.c
diff --git
a/commit.c
b/commit.c
index 61d2e13f4870a47be3f48b7cebeee8ba4ceaee1b..f43970dca1e11baf3b7690df81e13866f536f8db 100644
(file)
--- a/
commit.c
+++ b/
commit.c
@@
-1265,6
+1265,7
@@
void check_commit_signature(const struct commit* commit, struct signature_check
&gpg_output, &gpg_status);
if (status && !gpg_output.len)
goto out;
+ sigc->payload = strbuf_detach(&payload, NULL);
sigc->gpg_output = strbuf_detach(&gpg_output, NULL);
sigc->gpg_status = strbuf_detach(&gpg_status, NULL);
parse_gpg_output(sigc);