Paolo 'Blaisorblade' Giarrusso [off-list ref] writes:
From: Paolo 'Blaisorblade' Giarrusso <redacted>
It currently exits printing "git-cat-file SHA1: bad file", while instead we must
just abort the verification for local tags (i.e. referring to commit objects).
Good spotting, but checking for type being not a tag (not
limited to commit object) would be a better approach. I'll fix
it up that way and apply (no need to resend). Thanks.