t / t7500 / add-signed-offon commit reset $sha1 $pathspec: require $sha1 only to be treeish (2f328c3)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0