commit | 6e4b7b6776eb994e795fa38b2619db6c55e10ecc | [log] [tgz] |
---|---|---|
author | Christian Hesse <mail@eworm.de> | Thu Sep 29 21:38:49 2016 +0200 |
committer | Christian Hesse <mail@eworm.de> | Tue Oct 04 09:47:18 2016 +0200 |
tree | 737cd43e1b6d174f0ad7c12793b51b8090d5ae1b | |
parent | aee990b6a4512e52b1279a0633d112afe2440122 [diff] |
ui-blob: 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... In addition replace memmove() with hashcpy().