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