t / t7500 / add-signed-offon commit Merge branch 'mm/commit-template-squelch-advice-messages' (b4980c6)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0