]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: git_print_log: signoff line is non-empty line
[Gitweb] / gitweb.perl
index 1cc130ff9305deb5c084db8b50d68e8d595ddd74254263a82936c716bc6573a6..c7062254f445b4208f519fb08d90fff88ff5a65c8c4f43a391fa20964ecdf531 100755 (executable)
@@ -1407,6 +1407,7 @@ sub git_print_log ($;%) {
        foreach my $line (@$log) {
                if ($line =~ m/^ *(signed[ \-]off[ \-]by[ :]|acked[ \-]by[ :]|cc[ :])/i) {
                        $signoff = 1;
+                       $empty = 0;
                        if (! $opts{'-remove_signoff'}) {
                                print "<span class=\"signoff\">" . esc_html($line) . "</span><br/>\n";
                                next;
This page took 0.254327 seconds and 4 git commands to generate.