t / t7500 / add-content-and-commenton commit fix cherry-pick/revert status after commit (4a72486)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5