t / t7500 / add-signed-offon commit branch: warn and refuse to set a branch as a tracking branch of itself. (85e2233)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0