giton commit [PATCH] Modify git-rev-list to linearise the commit history in merge order. (a3437b8)
   1#!/bin/sh
   2cmd="git-$1-script"
   3shift
   4exec $cmd "$@"