ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'
commit073a8bb3963d53630826ee43f6feefb5a9660dc0
authorChristian Hesse <mail@eworm.de>
Thu, 29 Sep 2016 20:08:19 +0000 (29 22:08 +0200)
committerChristian Hesse <mail@eworm.de>
Tue, 4 Oct 2016 07:47:18 +0000 (4 09:47 +0200)
treefca6db1229b9d7a5a7508f188d2f7dea974ecbae
parent85793b8181aa93ef6070f137fcb3caee624849b6
ui-plain: 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...
ui-plain.c