Hi Ævar, Ævar Arnfjörð Bjarmason wrote: > I have this alias in my .gitconfig: > > review = "!f() { for rev in $(git rev-list --reverse \"$@\"); do > git show $rev; done; }; f" > > I use it after I "git pull" to see what changed, e.g.: > > git review 49ea7b8..e1ef3c1 Hmm, git show --reverse 49ea7b8..e1ef3c1 doesn't work because cmd_show() bypasses the get_revision() magic. :( -- 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