t / t7500 / add-signed-offon commit Update Release Notes to 1.7.5 (83c3c62)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0