From: Lea Wiemann Date: Tue, 27 May 2008 23:25:42 +0000 (+0200) Subject: gitweb: only display "next" links in logs if there is a next page X-Git-Tag: v1.5.5.3~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1f684dc01c6a45341e8e47d8393f0ef66fdfc398?hp=1f684dc01c6a45341e8e47d8393f0ef66fdfc398 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 Signed-off-by: Junio C Hamano ---