git-whatchangedon commit [PATCH] diff: consolidate test helper script pieces. (edb0c72)
   1#!/bin/sh
   2git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}