t / t7500 / add-signed-offon commit completion: use ls -1 instead of rolling a loop to do that ourselves (d79f81a)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0