giton commit Add "git" and "git-log-script" helper scripts. (e764b8e)
   1#!/bin/sh
   2cmd="git-$1-script"
   3shift
   4exec $cmd "$@"