giton commit Make sure we error out if we can't remove a file on automatic merges. (ae3858e)
   1#!/bin/sh
   2cmd="git-$1-script"
   3shift
   4exec $cmd "$@"