t / t7500 / add-content-and-commenton commit read-cache.c: make $GIT_TEST_SPLIT_INDEX boolean (4c2db93)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5