From: Jakub Narebski Date: Thu, 23 Feb 2012 15:54:47 +0000 (+0100) Subject: gitweb: Option for filling only specified info in fill_project_list_info X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/a068598933c93ca693bf9536e90d38f647fcf2d90ac2973cf0ac31f492fc0414?hp=a068598933c93ca693bf9536e90d38f647fcf2d90ac2973cf0ac31f492fc0414 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 Signed-off-by: Junio C Hamano ---