git-whatchangedon commit git-apply: make the diffstat output happen for "--stat" only. (fab2c25)
   1#!/bin/sh
   2git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}