t / t7500 / add-signed-offon commit Merge "two fixes for fast-import's 'ls' command" from Jonathan (5087aac)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0