t / t7500 / add-signed-offon commit string_list: add a new function, string_list_remove_duplicates() (31d5451)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0