t / t7500 / add-content-and-commenton commit Merge branch 'py/call-do-quit-before-exit' of github.com:gitster/git-gui into py/git-gui-do-quit (0d88f3d)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5