From: Christian Hesse Date: Thu, 29 Sep 2016 20:17:07 +0000 (+0200) Subject: ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid' X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/9dd3c5e93c5af3d35efe6e9f844456eb0f27a819?hp=9dd3c5e93c5af3d35efe6e9f844456eb0f27a819 ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid' Upstream git is replacing 'unsigned char sha1[20]' with 'struct object_id oid'. We have some code that can be changed independent from upstream. So here we go... ---