From: Christian Hesse Date: Thu, 29 Sep 2016 19:38:49 +0000 (+0200) Subject: ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid' X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/6e4b7b6776eb994e795fa38b2619db6c55e10ecc?hp=6e4b7b6776eb994e795fa38b2619db6c55e10ecc ui-blob: 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... In addition replace memmove() with hashcpy(). ---