]> git.ipfire.org Git - thirdparty/git.git/blobdiff - log-tree.c
The sixth batch for 2.26
[thirdparty/git.git] / log-tree.c
index 4e32638de8adc2ad28aaedd16f44281b2fbc9482..cae38dcc6625e542f3e7c637dcd5a75a9bc52670 100644 (file)
@@ -501,7 +501,8 @@ static int show_one_mergetag(struct commit *commit,
        int status, nth;
        size_t payload_size, gpg_message_offset;
 
-       hash_object_file(extra->value, extra->len, type_name(OBJ_TAG), &oid);
+       hash_object_file(the_hash_algo, extra->value, extra->len,
+                        type_name(OBJ_TAG), &oid);
        tag = lookup_tag(the_repository, &oid);
        if (!tag)
                return -1; /* error message already given */