t / t7500 / add-content-and-commenton commit Merge branch 'ks/rfc2047-one-char-at-a-time' (573f1a9)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5