From: Jakub Narebski Date: Sun, 22 Oct 2006 22:37:56 +0000 (+0200) Subject: gitweb: Add "next" link to commitdiff view X-Git-Tag: v1.4.4-rc1~53 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/151602df00b8e5c5b4a8193f59a94b85f9b5aebc?hp=151602df00b8e5c5b4a8193f59a94b85f9b5aebc gitweb: Add "next" link to commitdiff view Add a kind of "next" view in the bottom part of navigation bar for "commitdiff" view. For commitdiff between two commits: (from: _commit_) For commitdiff for one single parent commit: (parent: _commit_) For commitdiff for one merge commit (merge: _commit_ _commit_ ...) For commitdiff for root (parentless) commit (initial) where _link_ denotes hyperlink. SHA1 is shortened to 7 characters on display, everything is perhaps unnecessary esc_html on display. Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano ---