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

add-whitespaced-content « t7500 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ccf07c61a4e96ec9b806124c2ec4a9f769843f01 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
sed -e 's/|$//' >>"$1" <<\EOF

 |
commit message  	 |

EOF
exit 0