gitweb: Highlight matched part of shortened project description
commite607b79fb14f2196f7ea46d2115f21c548972e78
authorJakub Narebski <jnareb@gmail.com>
Mon, 27 Feb 2012 01:55:22 +0000 (27 02:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2012 06:02:58 +0000 (26 22:02 -0800)
tree5091a242695ef871b7cf832e785f3848e90b25ac
parent5fb3cf23170f7dc43568d0234c338d67372c97cc
gitweb: Highlight matched part of shortened project description

Previous commit make gitweb use esc_html_match_hl() to mark match in
the _whole_ description of a project when searching projects.

This commit makes gitweb highlight match in _shortened_ description,
based on match in whole description, using esc_html_match_hl_chopped()
subroutine.

If match is in removed (chopped) part, even partially, then trailing
"... " is highlighted.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl