[PATCH 0/5] gitweb: Faster and imrpoved project search
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:52:56
This patch series, though independent, is best applied on top of
"[PATCH 0/2] gitweb: Project search improvements" series, or in other
words on top of 'bl/gitweb-project-filter' branch.
First two patches in this series are about speeding up project search
(and perhaps in the future also project pagination). Those two could
be squashed together.
Next two patches are about making it more visible what are we
searching for, or rather what was matched (important especially with
regexp match). The last patch is speculative patch about showing
match using shortened description.
Jakub Narebski (5):
gitweb: Option for filling only specified info in
fill_project_list_info
gitweb: Faster project search
gitweb: Highlight matched part of project name when searching
projects
gitweb: Highlight matched part of project description when searching
projects
gitweb: Highlight matched part of shortened project description
gitweb/gitweb.perl | 122 ++++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 108 insertions(+), 14 deletions(-)
--
1.7.9