[Perl/perl5] aa0f30: Replace comment lines of = signs with -
[email protected] (Paul Evans via perl5-changes) Thu, 23 Jul 2026 03:45:06 -0700
| Newsgroups | perl.perl5.changes |
|---|---|
| Message-ID | <Perl/perl5/push/refs/heads/blead/[email protected]> |
Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: aa0f3030700005945d17160245eaa211dd25ea0e
https://github.com/Perl/perl5/commit/aa0f3030700005945d17160245eaa211dd25ea0e
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M locale.c
M perl.h
M perlio.c
M regcomp.c
M sv.c
Log Message:
-----------
Replace comment lines of = signs with -
When handling a git merge or rebase conflict, it is common to search in
conflicted files for the conflict marker, which likely consists of at
least seven '=' signs in a row. These comment lines often come up as
false matches in these files (especially in `sv.c` which is often in
conflict between nontrivial feature branches). Removing these comments
makes it easier to search for those markers.
Replace the ones in `locale.c` with a different style of marker to
maintain the distinction with the lines it already uses `-----` for.
To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications