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