author | Jakub Narebski <jnareb@gmail.com> | |
Fri, 13 Nov 2009 01:02:12 +0000 (02:02 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 14 Nov 2009 23:22:07 +0000 (15:22 -0800) | ||
commit | 42671caa7d619da9d490e77c438845c1e638c54c | |
tree | 83d08e086e8873eba214890013e09728f85c0651 | tree | snapshot |
parent | c5b3e0f54950f983836970050406347ddf82b152 | commit | diff |
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>
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 | diff | blob | history |