t / t7500 / add-content-and-commenton commit ref-filter: strip format option after a field name only once while parsing (e94ce13)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5