On Wed, Dec 28, 2011 at 17:27, Michael Horowitz <michael.horowitz@xxxxxxxx> wrote: > ldiff = "!git diff `git rev-list --reverse -n 2 HEAD -- $1` -- $1" FWIW, you can also do this as: ldiff = log -p -1 --format=format: -- > ldifft = "!git difftool `git rev-list --reverse -n 2 HEAD -- $1` -- $1" I don't know that you can do something equivalent with difftool. I suppose you could do the above with "GIT_EXTERNAL_DIFF=<some difftool wrapper> git ldiff", but that's not very helpful. -- 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