t / t7500 / add-signed-offon commit stash: mark "git stash save" deprecated in the man page (fd2ebf1)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0