t / t7500 / add-signed-offon 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 "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0