mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
9 lines
76 B
Text
9 lines
76 B
Text
|
#!/bin/sh
|
||
|
sed -e 's/|$//' >>"$1" <<\EOF
|
||
|
|
||
|
|
|
||
|
commit message |
|
||
|
|
||
|
EOF
|
||
|
exit 0
|