]> git.ipfire.org Git - thirdparty/git.git/commit - sha1-file.c
packfile: convert find_pack_entry to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 2 May 2018 00:25:35 +0000 (00:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2018 04:59:49 +0000 (13:59 +0900)
commit544443cb3cca4d5e48dfd8bd3c704a7e52b89ee6
tree1bf195b440166774334d9da103c284abfaee6f65
parent6862ebbfcbdd44b68dbdcfecd432432bdf22b2e5
packfile: convert find_pack_entry to object_id

Convert find_pack_entry and the static function fill_pack_entry to take
pointers to struct object_id.

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