t / t7500 / add-content-and-commenton commit Merge branch 'gp/avoid-explicit-mention-of-dot-git-refs' into maint (c17866d)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5