]> git.ipfire.org Git - thirdparty/git.git/commit - tree-walk.c
sha1_file: convert read_object_with_reference to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:52 +0000 (02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:50 +0000 (09:23 -0700)
commit02f0547eaaeeec3446b77a29593f9233cf94d626
tree286f46ad2d534800155bf94a4c2bddb455fcac35
parent916bc35b29af6e0f4f215dea9c84e4185de0fec4
sha1_file: convert read_object_with_reference to object_id

Convert read_object_with_reference to take pointers to struct object_id.
Update the internals of the function accordingly.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/cat-file.c
builtin/grep.c
builtin/pack-objects.c
cache.h
fast-import.c
sha1_file.c
tree-walk.c