t / t7500 / add-signed-offon commit Sync with 1.7.9.2 (f1f1b96)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0