Welcome to mirror list, hosted at ThFree Co, Russian Federation.

add-signed-off « t7500 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1d856af6d8b59fed20e3beb272006612ba4e8a5 (plain)
1
2
3
#!/bin/sh
echo "Signed-off-by: foo <bar@frotz>" >> "$1"
exit 0