index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t7500
/
add-whitespaced-content
blob: ccf07c61a4e96ec9b806124c2ec4a9f769843f01 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh
sed -e
's/|$//'
>>
"
$1
"
<<\EOF
|
commit message |
EOF
exit
0