Merge branch 'eb/gitweb-more-trailers'
Gitweb updates. * eb/gitweb-more-trailers: gitweb: Recognize *-to and Closes/Fixes trailers
This commit is contained in:
commit
49349e9883
@ -4641,7 +4641,7 @@ sub git_print_log {
|
||||
# print log
|
||||
my $skip_blank_line = 0;
|
||||
foreach my $line (@$log) {
|
||||
if ($line =~ m/^\s*([A-Z][-A-Za-z]*-[Bb]y|C[Cc]): /) {
|
||||
if ($line =~ m/^\s*([A-Z][-A-Za-z]*-([Bb]y|[Tt]o)|C[Cc]|(Clos|Fix)es): /) {
|
||||
if (! $opts{'-remove_signoff'}) {
|
||||
print "<span class=\"signoff\">" . esc_html($line) . "</span><br/>\n";
|
||||
$skip_blank_line = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user