t / t7500 / add-content-and-commenton commit config: add `git_die_config()` to the config-set API (5a80e97)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5