t / t7500 / add-signed-offon commit import-tars: Allow per-tar author and commit message. (7e78795)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0