From: Christian Hesse Date: Thu, 29 Sep 2016 20:12:11 +0000 (+0200) Subject: ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid' X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/406f593895a2cc9f8944e87c94b7b6a94deee470?ds=inline;hp=406f593895a2cc9f8944e87c94b7b6a94deee470 ui-snapshot: 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... ---