gitweb: Do not print "log" and "shortlog" redundantly in commit view
commit6e0e92fda893311ff5af91836e5007bf6bbd4a21
authorLuben Tuikov <ltuikov@yahoo.com>
Thu, 5 Oct 2006 19:22:57 +0000 (5 12:22 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 5 Oct 2006 20:05:00 +0000 (5 13:05 -0700)
treeb692662164847571162601e9f90289159d087d8e
parent13f8e0b24b546c0da942ab8ebe334d6e55fe1ea6
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>
gitweb/gitweb.perl