]> git.cameronkatri.com Git - cgit.git/commit
ui-blog: fix oid handling
authorChristian Hesse <mail@eworm.de>
Tue, 11 Oct 2016 06:55:34 +0000 (08:55 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 12 Oct 2016 12:13:10 +0000 (14:13 +0200)
commitc330a2e5f86e1f77d3b724877935e11014cefa21
tree3d59a0bb69c7a65c537abbafe23c7afa9d78746e
parent2d59e6a64e9869cc8420cb532af29a9eba867004
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').
ui-blob.c