]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/index-pack.c
Convert remaining callers of lookup_blob to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 6 May 2017 22:10:13 +0000 (22:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 May 2017 06:12:57 +0000 (15:12 +0900)
commit3e9309815da9aab4e13195b7c6a52c1f7161562a
treeace618adc7f4470a15c3a4980d320137cc467ded
parent834bc47b42926dac7bb4d9df43bd1ea58ac794ce
Convert remaining callers of lookup_blob to object_id

All but a few callers of lookup_blob have been converted to struct
object_id.  Introduce a temporary, which will be removed later, into
parse_object to ease the transition, and convert the remaining callers
so that we can update lookup_blob to take struct object_id *.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/index-pack.c
builtin/merge-tree.c
object.c