commit | 28185ae40a82d3304ace805c9a44e933270bd581 | [log] [tgz] |
---|---|---|
author | Christian Hesse <mail@eworm.de> | Thu Sep 29 22:14:28 2016 +0200 |
committer | Christian Hesse <mail@eworm.de> | Tue Oct 04 09:47:18 2016 +0200 |
tree | 1ca612de7bec52bbbd735c448f5e07ec8424f30c | |
parent | 406f593895a2cc9f8944e87c94b7b6a94deee470 [diff] |
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...