From: Christian Hesse Date: Thu, 29 Sep 2016 19:51:41 +0000 (+0200) Subject: ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid' X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/85793b8181aa93ef6070f137fcb3caee624849b6?hp=85793b8181aa93ef6070f137fcb3caee624849b6 ui-patch: 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... ---