]> git.cameronkatri.com Git - cgit.git/commit
ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'
authorChristian Hesse <mail@eworm.de>
Thu, 29 Sep 2016 20:10:21 +0000 (22:10 +0200)
committerChristian Hesse <mail@eworm.de>
Tue, 4 Oct 2016 07:47:18 +0000 (09:47 +0200)
commit6bef566f99c7f85cbab9692e22b183ae99f33c1d
tree823d153925a826cbd13644f582900ae7b6fa619d
parent073a8bb3963d53630826ee43f6feefb5a9660dc0
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...
ui-shared.c