On Sat, 8 Jan 2011, Junio C Hamano wrote: > Junio C Hamano <gitster@xxxxxxxxx> writes: > > > "git rev-list --no-walk ^HEAD~3 HEAD"? Isn't it a nonsense? If it is "no > > walk", then why do you even list a negative one? > > The above was my thinko. > > When you explicitly give range to no-walk, you override that no-walk with > "please walk". This is primarily to help Linus who wanted to do "git show > HEAD~3..HEAD"---see how his thinking changed over time by comparing > aa27e461 and f222abde. Just a quick note: I didn't know that 'git show' was supposed to support that syntax, so I had try it out. When I ran 'git show origin/master..' on my branch, which was not rebase on top of origin/master, it seemed to print the history all the way back. It seems to stop only if all the positive refences contain the negative reference. Is this intended? Not that it matter much, since 'git log -p' seems to do the same thing but stops where I expect... -- 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