t / t7500 / add-signed-offon commit rename_ref(): inline calls to write_ref_sha1() from this function (ba43b7f)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0