]> git.ipfire.org Git - thirdparty/git.git/commit
packfile: convert has_packed_and_bad() to object_id
authorRené Scharfe <l.s.r@web.de>
Sat, 11 Sep 2021 20:42:20 +0000 (22:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 12 Sep 2021 23:14:32 +0000 (16:14 -0700)
commit7407d733a4a99cf946cab0c82e03c41dbd305b7c
tree008677608381161178adba306f3814373a3809b2
parent751530de5db77196a08897e3c47526c0f0147ef1
packfile: convert has_packed_and_bad() to object_id

The single caller has a full object ID, so pass it on instead of just
its hash member.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
object-file.c
packfile.c
packfile.h