t / t7500 / add-content-and-commenton commit rename_ref(): inline calls to write_ref_sha1() from this function (ba43b7f)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5