1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:47:36 +00:00

Ports: Skip Co-Authored-By lines when generating patch ReadMes

This commit is contained in:
Ali Mohammad Pur 2022-05-17 21:39:21 +04:30 committed by Ali Mohammad Pur
parent dcf8385e5b
commit 3a879faba6

View file

@ -665,7 +665,7 @@ do_generate_patch_readme() {
{
echo "## \`$patch\`"
echo
cat "$tempdir/$patch.desc"
sed -e 's/^Co-Authored-By: .*$//g' < "$tempdir/$patch.desc"
echo
} >> ReadMe.md
count=$((count + 1))