t / t7500 / add-signed-offon commit fetch: replace string-list used as a look-up table with a hashmap (e198b3a)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0