t / t7500 / add-content-and-commenton commit refs.c: make ref_transaction_begin take an err argument (93a644e)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5