On Mon, Oct 31, 2011 at 3:44 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > So nobody is worried about this (quoting from my earlier message)? No, because you haven't been reading what we write. The tag is useless. The information *in* the tag is not. But it shouldn't be saved in the tag (or note, or whatever). Because that's just an annoying place for it to be, with no upside. Save it in the commit we generate. BAM! Useful, readable, permanent, and independently verifiable. And the advantage is that we can make that same mechanism add "maintainer notes" to the merge message too. Right now some maintainers write good notes about what the merge will bring in, but they are basically lost, because git is so good at merging and doesn't even stop to ask people to edit the merge message. Linus -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html