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