mirror of
https://github.com/git/git.git
synced 2024-11-07 17:53:12 +01:00
4 lines
63 B
Text
4 lines
63 B
Text
|
#!/bin/sh
|
||
|
echo "Signed-off-by: foo <bar@frotz>" >> "$1"
|
||
|
exit 0
|