t / t7500 / add-signed-offon commit Document that WebDAV doesn't need git on the server, and works over SSL (f01f815)
   1#!/bin/sh
   2echo "Signed-off-by: foo <bar@frotz>" >> "$1"
   3exit 0