git-whatchangedon commit Merge my and Petr's git-merge-one-file-script modifications (566487c)
   1#!/bin/sh
   2git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}