]> Lady’s Gitweb - Gitweb/commit
gitweb: Do not print "log" and "shortlog" redundantly in commit view
authorLuben Tuikov <redacted>
Thu, 5 Oct 2006 19:22:57 +0000 (12:22 -0700)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
commitf10a555a2b70317b292d69f0413684380a48b539e2b0528a84614b82715f99b3
tree0a8650a4d4f1ed998d0c676f0b5cff3f65d756fa569f4ef48522db8d3faa9b4d
parent09f7478efa1fea21cc0c42955fcd33f17f3a0a54e36ab97659b0225d566eeaa8
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.209973 seconds and 4 git commands to generate.