]> git.ipfire.org Git - thirdparty/git.git/commit - sha1-file.c
Convert remaining callers of sha1_object_info_extended to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:45 +0000 (02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:49 +0000 (09:23 -0700)
commit7984f23833d1c1b8d7d5d863ed8c42b67e0a0fba
treef48aae71b77a87cdbce8d9c0bfd5bc1aa39c42cf
parent4310b0c441e51fbba13888cb1373d27efcc018ef
Convert remaining callers of sha1_object_info_extended to object_id

Convert the remaining caller of sha1_object_info_extended to use struct
object_id.  Introduce temporaries, which will be removed later, since
there is a dependency loop between sha1_object_info_extended and
lookup_replace_object_extended.  This allows us to convert the code in a
piecemeal fashion instead of all at once.

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