t / t7500 / add-content-and-commenton commit notes: document cat_sort_uniq rewriteMode (e48ad1b)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5