diff: convert prep_temp_blob() to struct object_id
commit09bdff29e1b73ce264c7ddc3e19e1269ee7c610e
authorbrian m. carlson <sandals@crustytoothpaste.net>
Fri, 24 Jun 2016 23:09:29 +0000 (24 23:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Jun 2016 18:39:02 +0000 (28 11:39 -0700)
treed286e7347e675d65d0c5ff7be037de8325192809
parent4e8161a82e5449976392517968b2d1bb56109b29
diff: convert prep_temp_blob() to struct object_id

All of the callers of this function use struct object_id, so convert it
to use struct object_id in its arguments and internally.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c