t / t7500 / add-content-and-commenton commit for_each_*_object: store flag definitions in a single location (202e7f1)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5