On Thu, Nov 17, 2022 at 05:37:29PM -0500, Jeff King wrote: > I'm adding Taylor to the cc as the author of t6102, when we were > tracking down all of these "oops, it's not really a blob" cases. This > fixes one of the lingering cases from that test script. > > [1/2]: parse_object(): drop extra "has" check before checking object type > [2/2]: parse_object(): check on-disk type of suspected blob > > object.c | 5 ++--- > t/t6102-rev-list-unexpected-objects.sh | 4 ++-- > 2 files changed, 4 insertions(+), 5 deletions(-) A blast from the past :-). I took a careful look at both of these patches and they looked good to me, so let's start merging them down. Thanks, Taylor