author | Luben Tuikov <ltuikov@yahoo.com> | |
Thu, 5 Oct 2006 19:22:57 +0000 (12:22 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 5 Oct 2006 20:05:00 +0000 (13:05 -0700) | ||
commit | 6e0e92fda893311ff5af91836e5007bf6bbd4a21 | |
tree | b692662164847571162601e9f90289159d087d8e | tree | snapshot |
parent | 13f8e0b24b546c0da942ab8ebe334d6e55fe1ea6 | commit | diff |
gitweb: Do not print "log" and "shortlog" redundantly in commit view
Do not print "log" and "shortlog" redundantly in commit
view. This is passed into the $extra argument of
git_print_page_nav from git_commit, but git_print_page_nav
prints "log" and "shortlog" already with the same head.
Noticed by Junio.
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Do not print "log" and "shortlog" redundantly in commit
view. This is passed into the $extra argument of
git_print_page_nav from git_commit, but git_print_page_nav
prints "log" and "shortlog" already with the same head.
Noticed by Junio.
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl | diff | blob | history |