]> git.ipfire.org Git - thirdparty/git.git/commit
fsck: drop unused fields from `struct fsck_ref_report`
authorPatrick Steinhardt <ps@pks.im>
Mon, 12 Jan 2026 09:02:57 +0000 (10:02 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jan 2026 14:55:40 +0000 (06:55 -0800)
commit70b338d60c8d90a56a43fa69fd49778b94b0de72
treec4ab1fdca3b18491f5a93312d44d365420a9ef7f
parent7b8c36a2a74868b6fa47e3b11e2c1c0f89c88d43
fsck: drop unused fields from `struct fsck_ref_report`

The `struct fsck_ref_report` has a couple fields that are intended to
improve the error reporting for broken ref reports by showing which
object ID or target reference the ref points to. These fields are never
set though and are thus essentially unused.

Remove them.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsck.c
fsck.h