Code

gitweb: Split git_project_list_body in two functions
authorSebastien Cevey <seb@cine7.net>
Fri, 29 Apr 2011 17:51:59 +0000 (19:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2011 21:21:48 +0000 (14:21 -0700)
commit0fa920c35c2617d7c1756b1e2bf5c56a81db3232
tree7f8675e961f85cb48ef523c548e4b78717e46f80
parent4b9447f98ef8699450fa0276d212167a25667d7f
gitweb: Split git_project_list_body in two functions

Extract the printing of project rows (body/contents of projects list
table) on the 'project_list' page into a separate git_project_list_rows
function. This makes it easier to reuse the code to print different
subsets of the whole project list.

[jn: Updated to post restructuring projects list generation]

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