]> git.99rst.org Git - git.git/commit
packfile: convert has_packed_and_bad() to object_id
authorRené Scharfe <redacted>
Sat, 11 Sep 2021 20:42:20 +0000 (22:42 +0200)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
object-file.c
packfile.c
packfile.h
git clone https://git.99rst.org/PROJECT