t / t7500 / add-signed-offon commit git log/diff: add -G<regexp> that greps in the patch text (f506b8e)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0