diff options
author | Jakub Narebski <jnareb@gmail.com> | 2009-11-13 02:02:13 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-14 15:22:09 -0800 |
commit | 15f0b112d86001b0ae4be2555513c45b3cf65844 (patch) | |
tree | ca35540560a2f6d7bfd4b37c22750e419e4933d4 /t/t5510-fetch.sh | |
parent | gitweb: Refactor 'log' action generation, adding git_log_body() (diff) | |
download | tgif-15f0b112d86001b0ae4be2555513c45b3cf65844.tar.xz |
gitweb: Refactor common parts of 'log' and 'shortlog' views
Put the common parts of git_log and git_shortlog into git_log_generic
subroutine: git_log and git_shortlog are now thin wrappers calling
git_log_generic with appropriate arguments.
The unification of code responsible for 'log' and 'shorlog' actions
lead to the following changes in gitweb output
* 'tree' link in page_nav now uses $hash parameter, as was the case
for 'shortlog' but not for 'log'
* 'log' view now respect $hash_parent limiting, like 'shortlog' did
* 'log' view doesn't have special case for empty list anymore, and it
always uses page_header linking to summary view, like 'shortlog'
did.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5510-fetch.sh')
0 files changed, 0 insertions, 0 deletions