t / t7500 / add-content-and-commenton commit Merge tag 'gitgui-0.20.0' of http://repo.or.cz/r/git-gui (1eb0545)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5