t / t7500 / add-contenton commit alias: use run_command api to execute aliases (7f51f8b)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3exit 0