Skip to content

Commit 3a879fa

Browse files
committed
Ports: Skip Co-Authored-By lines when generating patch ReadMes
1 parent dcf8385 commit 3a879fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ports/.port_include.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ do_generate_patch_readme() {
665665
{
666666
echo "## \`$patch\`"
667667
echo
668-
cat "$tempdir/$patch.desc"
668+
sed -e 's/^Co-Authored-By: .*$//g' < "$tempdir/$patch.desc"
669669
echo
670670
} >> ReadMe.md
671671
count=$((count + 1))

0 commit comments

Comments
 (0)