Skip to content

Commit 49349e9

Browse files
committed
Merge branch 'eb/gitweb-more-trailers'
Gitweb updates. * eb/gitweb-more-trailers: gitweb: Recognize *-to and Closes/Fixes trailers
2 parents 29d7427 + 4d9378b commit 49349e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitweb/gitweb.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4641,7 +4641,7 @@ sub git_print_log {
46414641
# print log
46424642
my $skip_blank_line = 0;
46434643
foreach my $line (@$log) {
4644-
if ($line =~ m/^\s*([A-Z][-A-Za-z]*-[Bb]y|C[Cc]): /) {
4644+
if ($line =~ m/^\s*([A-Z][-A-Za-z]*-([Bb]y|[Tt]o)|C[Cc]|(Clos|Fix)es): /) {
46454645
if (! $opts{'-remove_signoff'}) {
46464646
print "<span class=\"signoff\">" . esc_html($line) . "</span><br/>\n";
46474647
$skip_blank_line = 1;

0 commit comments

Comments
 (0)