giton commit git-whatchanged: make default output format be pretty. (a7fa68c)
   1#!/bin/sh
   2cmd="git-$1-script"
   3shift
   4exec $cmd "$@"