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:
parent
dcf8385e5b
commit
3a879faba6
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue