gitweb: Add "next" link to commitdiff view
commit151602df00b8e5c5b4a8193f59a94b85f9b5aebc
authorJakub Narebski <jnareb@gmail.com>
Sun, 22 Oct 2006 22:37:56 +0000 (23 00:37 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 28 Oct 2006 21:26:00 +0000 (28 14:26 -0700)
tree17700ddb0025eb08788b780eed9dea556d850c85
parentc60c56cc70dbf2acb4d15e3ea4f95d09020acc82
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 <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl