Win32: Unicode file name support (except dirent)
[gitweb.git] / log-tree.c
index 444702163a0e80a5583c1bf3a82fa96e0da698fd..10e68442b35c9bd9ca1c00c52609a4827b8bace5 100644 (file)
@@ -376,7 +376,7 @@ static void show_signature(struct rev_info *opt, struct commit *commit)
        struct strbuf gpg_output = STRBUF_INIT;
        int status;
 
-       if (parse_signed_commit(commit->object.sha1, &payload, &signature) <= 0)
+       if (parse_signed_commit(commit, &payload, &signature) <= 0)
                goto out;
 
        status = verify_signed_buffer(payload.buf, payload.len,