t / t7500 / add-content-and-commenton commit t0027: combinations of core.autocrlf, core.eol and text (343151d)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5