git-reset-scripton commit git-apply: take "--apply" flag to force an apply even if we also ask for a diffstat (aefa4a5)
   1#!/bin/sh
   2: ${GIT_DIR=.git}
   3git-read-tree --reset HEAD
   4git-update-cache --refresh
   5rm -f "$GIT_DIR/MERGE_HEAD"