t / t7500 / add-contenton commit post-receive-hook: Remove the From field from the generated email header so that the pusher's name is used (e6dc8d6)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3exit 0