t / t7500 / add-signed-offon commit Export launch_editor() and make it accept ':' as a no-op editor. (943316e)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0