]> gitweb.ps.run Git - ps-cgit/commit
cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'
authorChristian Hesse <mail@eworm.de>
Thu, 29 Sep 2016 19:16:14 +0000 (21:16 +0200)
committerChristian Hesse <mail@eworm.de>
Tue, 4 Oct 2016 07:47:18 +0000 (09:47 +0200)
commitaee990b6a4512e52b1279a0633d112afe2440122
tree271daf76b03087deea75c075cb082fc25f85567f
parentef3108656b9c6e22604c18bd9d05bdc847d81e87
cgit: 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...
cgit.c