Re: [PATCH 2/3] tag: die when listing missing or corrupt objects
From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:00
Jeff King [off-list ref] writes:
quoted
Subject: tag: do not show non-tag contents with "-n"
Looks perfect. Thanks.
-Peff
I was an idiot and you were being too polite to point it out X-<.
+ if (type != OBJ_COMMIT || type != OBJ_TAG)
+ goto free_return;
When will I ever get any output from this crap? What kind of object
should I craft to pass through this stupid gate? ;-)
Fixed and requeued.