git-whatchangedon commit git-rev-parse: split "revs" and "non-revs" (8ebb018)
   1#!/bin/sh
   2git-rev-list HEAD | git-diff-tree --stdin --pretty -r "$@" | LESS="$LESS -S" ${PAGER:-less}