t / t7500 / add-signed-offon commit Merge branch 'master' of https://github.com/Softcatala/git-po (8a8a584)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0