Re: [PATCH 1/1] ui-blog: fix oid handling

2016-10-16 Thread John Keeping
On Tue, Oct 11, 2016 at 08:59:11AM +0200, Christian Hesse wrote: > From: Christian Hesse > > 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'). >

[PATCH 1/1] ui-blog: fix oid handling

2016-10-12 Thread Christian Hesse
From: Christian Hesse 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'). Signed-off-by: Christian Hesse --- ui-blob.c | 10 +- 1 file change