t / t7500 / add-contenton commit Merge branch 'kf/post-receive-sample-hook' into maint (6cf9bf6)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3exit 0