Ingo Molnar <mingo@xxxxxxx> writes: > 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. Git may not know how to do it, but since you can omit the .. here, your shell knows: git diff whatever{,^} (BTW, git-foo is being obsoleted in favor of "git foo") -- Matthieu -- 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