gitweb: Refactor 'log' action generation, adding git_log_body()
commit42671caa7d619da9d490e77c438845c1e638c54c
authorJakub Narebski <jnareb@gmail.com>
Fri, 13 Nov 2009 01:02:12 +0000 (13 02:02 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Nov 2009 23:22:07 +0000 (14 15:22 -0800)
tree83d08e086e8873eba214890013e09728f85c0651
parentc5b3e0f54950f983836970050406347ddf82b152
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 <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl