t / t7500 / add-signed-offon commit checkout $tree $path: do not clobber local changes in $path not in $tree (0a1283b)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0