mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 13:17:45 +00:00
Ports: Fully delete Co-Authored-By lines from the ReadMe
Otherwise, this results in a number of empty lines where Co-Authored-By would have been.
This commit is contained in:
parent
6641868c35
commit
ee66ed6248
18 changed files with 1 additions and 46 deletions
|
@ -671,7 +671,7 @@ do_generate_patch_readme() {
|
|||
{
|
||||
echo "## \`$patch\`"
|
||||
echo
|
||||
sed -e 's/^Co-Authored-By: .*$//g' < "$tempdir/$patch.desc"
|
||||
sed -e '/^Co-Authored-By: /d' < "$tempdir/$patch.desc"
|
||||
echo
|
||||
} >> ReadMe.md
|
||||
count=$((count + 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue