From: Christian Hesse Date: Tue, 11 Oct 2016 06:55:34 +0000 (+0200) Subject: ui-blog: fix oid handling X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/c330a2e5f86e1f77d3b724877935e11014cefa21?hp=c330a2e5f86e1f77d3b724877935e11014cefa21 ui-blog: fix oid handling We have to use a pointer for walk_tree_ctx->matched_oid. This fixes faulty commit 6e4b7b6776eb994e795fa38b2619db6c55e10ecc (ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'). ---