Junio C Hamano <gitster@xxxxxxxxx> wrote: > "Shawn O. Pearce" <spearce@xxxxxxxxxxx> writes: > > > If more than one annotated tag points at the same commit, use the > > tag whose tagger field has a more recent date stamp. This resolves > > non-deterministic cases where the maintainer has done: > > I think it is a good idea to introduce this tiebreaker to give the listing > some degree of stability. And I also notice that you prepared a patch > that can easily apply to an older codebase like 1.6.6 maintenance track. > > I have anything against this as an incremental and low impact improvement, > but at the same time I think we might want to consider adding the tagger > date to "struct tag". Yea, I thought about that. It would have simplified the code in describe. But I was also trying to avoid a larger impact. :-) I'm more than happy to respin with a new date field in struct tag. I just won't be able to get to it before Monday. -- Shawn. -- 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