Lines Matching refs:l
64 for my $l (@releasenotes) {
65 if($l =~ /^ o .*\[(\d+)\]/) {
69 elsif($l =~ /^ \[(\d+)\] = (.*)/) {
112 for my $l (@gitlog) {
113 chomp $l;
114 if($l =~ /^commit/) {
125 elsif(($l =~ /^ (.*)/) && !$first) {
132 elsif(($l =~ /^ (.*)/) && $first) {
183 for my $l (@releasenotes) {
184 if(($l =~ /^This release includes the following bugfixes:/) && !$cleanup) {
185 push @o, $l;
196 if($l =~ /^ --- new entries are listed/) {
200 elsif($l =~ /^ o .*/) {
201 push @bullets, $l;
212 if($l =~ /^ \[(\d+)\] = /) {
217 push @o, $l;
231 for my $l (@o) {
232 print O $l;