Thread (30 messages) flat view 30 messages, 6 authors, 2016-06-15

Re: [PATCH RFC 2/2] gitweb: Hyperlink multiple git hashes on the same commit message line

From: Jakub Narebski <hidden>
Date: 2016-06-15 22:46:15

Junio C Hamano wrote:
Jakub Narebski [off-list ref] writes:
quoted
quoted
+	$line =~ s{\b([0-9a-fA-F]{8,40})\b}{
+		return $cgi->a({-href => href(action=>"object", hash=>$1),
+					   -class => "text"}, $1);
+	}eg;
+
Almost correct... but for this unnecessary 'return' statement.
Without it: ACK.
I've applied this directly on 'master' without the return from inside s///e
with your Ack.  Please check the result.
I did quick test by installing newest gitweb (with above commit applied),
doing in gitweb searching commit message for '[a-f0-9]{8,40}' with regexp
search; everything looks all right.  But I didn't do extensive tests.

-- 
Jakub Narebski
Poland
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help