> Heh. `git-format-patch --stdout -5 | diffstat` doesn't work correctly. > Once I've already stumbled against this, but obviously forgot. Might try: git diff --stat HEAD~4 or such! Enjoy, jdl