mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
Ports: Skip Co-Authored-By lines when generating patch ReadMes
This commit is contained in:
parent
dcf8385e5b
commit
3a879faba6
Notes:
sideshowbarker
2024-07-17 10:52:54 +09:00
Author: https://github.com/alimpfard
Commit: 3a879faba6
Pull-request: https://github.com/SerenityOS/serenity/pull/14055
Reviewed-by: https://github.com/danners
Reviewed-by: https://github.com/timschumi
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