mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-14 11:45:04 +00:00
Ports: Skip Co-Authored-By lines when generating patch ReadMes
This commit is contained in:
committed by
Ali Mohammad Pur
parent
dcf8385e5b
commit
3a879faba6
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user