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