On Wed, 1 Jul 2009, Paolo Bonzini wrote: > > I think he wants something more like > > git diff `git log -2 --pretty=format:%h` <file> -- <file> That's a rather difficult way of saying git log --no-merges -p -1 <filename> which seems much simpler. Sure, you'll get the commit message too, but that just sounds like gravy to me (you can use "--pretty=oneline" or something to make it denser). 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