t / t7500 / add-signed-offon commit Merge branch 'bb/ssh-key-files' of git-gui into bb/git-gui-ssh-key-files (2e2f028)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0