t / t7500 / add-signed-offon commit RelNotes 1.8.2: push-simple will not be in effect in this release (ce209d0)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0