Re: [PATCH] gitweb: fix error when highlight is enabled

2012-12-26 Thread Junio C Hamano
Orgad Shaneh writes: > Use of uninitialized value in substitution iterator at gitweb.cgi line 1560 This is not just about squelching an error message, but more importantly, attempting to fix an information lossage, no? The statement captures each control character in the string to $1, then matc

[PATCH] gitweb: fix error when highlight is enabled

2012-12-26 Thread Orgad Shaneh
Use of uninitialized value in substitution iterator at gitweb.cgi line 1560 Signed-off-by: Orgad Shaneh --- gitweb/gitweb.perl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 0f207f2..862b9cd 100755 --- a/gitweb/gitweb.perl +++