"John Cai via GitGitGadget" [off-list ref] writes:
From: John Cai <redacted>
The BAD_TAG_OBJECT msg-id is not being used anymore, so we can remove
it.
Do you have a ready reference to the change that made it no longer
needed (or stopped detecting the error the message was meant to be
issued against)?
quoted hunk
Signed-off-by: John Cai <redacted>
---
fsck.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/fsck.h b/fsck.h
index 6f801e53b1d..7d99f6ea337 100644
--- a/fsck.h
+++ b/fsck.h
@@ -24,7 +24,6 @@ enum fsck_msg_type {
FUNC(BAD_NAME, ERROR) \
FUNC(BAD_OBJECT_SHA1, ERROR) \
FUNC(BAD_PARENT_SHA1, ERROR) \
- FUNC(BAD_TAG_OBJECT, ERROR) \
FUNC(BAD_TIMEZONE, ERROR) \
FUNC(BAD_TREE, ERROR) \
FUNC(BAD_TREE_SHA1, ERROR) \