t / t7500 / add-contenton commit Windows: Work around an oddity when a pipe with no reader is written to. (b2f5e26)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3exit 0