gitweb: only display "next" links in logs if there is a next page
commit1f684dc01c6a45341e8e47d8393f0ef66fdfc398
authorLea Wiemann <lewiemann@gmail.com>
Tue, 27 May 2008 23:25:42 +0000 (28 01:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2008 05:27:30 +0000 (27 22:27 -0700)
tree411b46b2e4e9918790e3c35f550461a21c4e429d
parenta17171b473e0073f73b429abdf348de92394d6a6
gitweb: only display "next" links in logs if there is a next page

There was a bug in the implementation of the "next" links in
format_paging_nav (for log and shortlog), which caused the next links
to always be displayed, even if there is no next page.  This fixes it.

Signed-off-by: Lea Wiemann <LeWiemann@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl