t / t7500 / add-signed-offon commit merge: do not add standard message when message is given with -m option (ce9d823)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0