index
:
git
debian
progress-linux
upstream
debian 12 backports: git
Progress Linux
summary
refs
log
tree
commit
diff
stats
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