t / t7500 / add-content-and-commenton commit drop strcpy in favor of raw sha1_to_hex (2b87d3a)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5