Hi, On Fri, 6 Feb 2009, Jakub Narebski wrote: > diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl > index f27dbb6..5dcc108 100755 > --- a/gitweb/gitweb.perl > +++ b/gitweb/gitweb.perl > @@ -1364,7 +1364,7 @@ sub format_log_line_html { > my $line = shift; > > $line = esc_html($line, -nbsp=>1); > - if ($line =~ m/([0-9a-fA-F]{8,40})/) { > + if ($line =~ m/\b([0-9a-fA-F]{8,40})\b(!?\@)/) { Looks good to me! Thanks, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html