Ingo Molnar <mingo@xxxxxxx> writes: > I've got two observations / potential suggestions: > > 1) the SHA1 is duplicated above, is there a way to avoid it? Initially i > tried the obvious extension: > > git-diff --reverse 7def2be1..^ > > But Git didnt recognize that as a valid commit range. There is shortcut for rev^..rev, namely rev^! (I'm not sure if it is documented anywhere, though), so you could have used git diff 7def2be1^! > [ time passes as i read the manpage - the final thing i do when > every other measure fails ;-) ] > > Ah, there's "git-log -R" that would achieve this. I think you should have done this first... -- Jakub Narebski Poland ShadeHawk on #git -- 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