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

All callers have full object IDs, so pass them on instead of just their
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