t / t7500 / add-contenton commit Fixed text file auto-detection: treat EOF character 032 at the end of file as printable (f9dd4bf)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3exit 0