On Wed, 12 Apr 2006, Junio C Hamano wrote: > > However, I am not sure about the two-revs case. I suspect the > incoming items are sorted in the revs->commits list Not by the argument parsing. That happens by "rev_parse_setup()" when we start to do the revision walking. So after setup_revisions() it's all good (although I think the list may be in "reverse order", I didn't check). Linus - : 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