]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
packfile: convert has_sha1_pack to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 2 May 2018 00:25:33 +0000 (00:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2018 04:59:49 +0000 (13:59 +0900)
commit14c3c80c81418e00ee990a88f526ac851411f422
tree31c3912c6769a4666d80e368cb1280ab4426b0fa
parentc51c39418bb754c7884be4d7dcef93ecab967c40
packfile: convert has_sha1_pack to object_id

Convert this function to take a pointer to struct object_id and rename
it has_object_pack for consistency with has_object_file.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/count-objects.c
builtin/fsck.c
builtin/prune-packed.c
diff.c
packfile.c
packfile.h
revision.c