t / t7500 / add-commentson commit t7508: demonstrate status's failure to use --porcelain format with -z (95b9f9f)
   1#!/bin/sh
   2echo "# this is a new comment" >> "$1"
   3echo "# and so is this" >> "$1"
   4exit 0