giton commit git-whatchanged: use the git-rev-parse helper (d6cb5e5)
   1#!/bin/sh
   2cmd="git-$1-script"
   3shift
   4exec $cmd "$@"