t / t7500 / add-content-and-commenton commit format-patch: show 0/1 and 1/1 for singleton patch with cover letter (957ed3a)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5