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