t / t7500 / add-signed-offon commit Makefile: fix permissions of mergetools/ checked out with permissive umask (16f5bfc)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0