mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:17:34 +00:00
Ports: Skip Co-Authored-By lines when generating patch ReadMes
This commit is contained in:
parent
dcf8385e5b
commit
3a879faba6
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ do_generate_patch_readme() {
|
||||||
{
|
{
|
||||||
echo "## \`$patch\`"
|
echo "## \`$patch\`"
|
||||||
echo
|
echo
|
||||||
cat "$tempdir/$patch.desc"
|
sed -e 's/^Co-Authored-By: .*$//g' < "$tempdir/$patch.desc"
|
||||||
echo
|
echo
|
||||||
} >> ReadMe.md
|
} >> ReadMe.md
|
||||||
count=$((count + 1))
|
count=$((count + 1))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue