Re: [PATCH/RFC 4/6] object: add one bit to let creation of private types (OBJ_MAX + n)
From: Junio C Hamano <hidden> Date: 2016-06-15 22:46:16
Marc-André Lureau [off-list ref] writes:
One option is to reuse the struct tag, by adding a "light" flag, but I
am not fond of this idea.
Second option is to create a custom tag list in builtin-tag.c, not
reusing object_list. I guess this is better then. What do you think?
My preference is, as was indicated in my reply to 5/6, the latter.