Hi, On Thu, 22 Feb 2007, J. Bruce Fields wrote: > I can do something like > > git rev-list origin..topic | tail -2 | head -1 > > but in practice it's faster just to fire up gitk origin.. and > cut-n-paste object id's. Or something like git rev-list --reverse origin..topic | sed -n 2p But that's even longer! (Although conceptually shorter...) Ciao, Dscho - 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