ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'
commit6e4b7b6776eb994e795fa38b2619db6c55e10ecc
authorChristian Hesse <mail@eworm.de>
Thu, 29 Sep 2016 19:38:49 +0000 (29 21:38 +0200)
committerChristian Hesse <mail@eworm.de>
Tue, 4 Oct 2016 07:47:18 +0000 (4 09:47 +0200)
tree737cd43e1b6d174f0ad7c12793b51b8090d5ae1b
parentaee990b6a4512e52b1279a0633d112afe2440122
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().
ui-blob.c