gitweb: Option for filling only specified info in fill_project_list_info
commit2e3291ae1dc7790aa08c1eeb476fbf1c6d3a1ed9
authorJakub Narebski <jnareb@gmail.com>
Thu, 23 Feb 2012 15:54:47 +0000 (23 16:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Feb 2012 20:52:16 +0000 (23 12:52 -0800)
tree3f5aa9ef64f5a663ec4a561deb903a85bc3daf09
parent14b289bdf7c31176dc525cbe81173ec636598782
gitweb: Option for filling only specified info in fill_project_list_info

Enhance fill_project_list_info() subroutine to accept optional
parameters that specify which fields in project information needs to
be filled.  If none are specified then fill_project_list_info()
behaves as it used to, and ensure that all project info is filled.

This is in preparation of future lazy filling of project info in
project search and pagination of sorted list of projects.

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