From: Jakub Narebski Date: Fri, 13 Nov 2009 01:02:12 +0000 (+0100) Subject: gitweb: Refactor 'log' action generation, adding git_log_body() X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/a040232a8f88efb9caaba991ebb3a386eba3d8d9f0f9c10fbb82ed774d8f1253?hp=a040232a8f88efb9caaba991ebb3a386eba3d8d9f0f9c10fbb82ed774d8f1253 gitweb: Refactor 'log' action generation, adding git_log_body() Put the main part of 'log' view generation into git_log_body, similarly how it is done for 'shortlog' and 'history' views (and also for 'tags' and 'heads' views). This is preparation for extracting common code between 'log', 'shortlog' and 'history' actions. Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano ---