t / t7500 / add-signed-offon commit Fixed text file auto-detection: treat EOF character 032 at the end of file as printable (f9dd4bf)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0