ui-shared: 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...
Christian Hesse mail@eworm.de
Thu, 29 Sep 2016 22:10:21 +0200
1 files changed,
5 insertions(+),
5 deletions(-)
jump to