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