]> Lady’s Gitweb - Gitweb/commit
gitweb: Add "next" link to commitdiff view
authorJakub Narebski <redacted>
Sun, 22 Oct 2006 22:37:56 +0000 (00:37 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commitf72a055542f82c1f12e8e71998b6a9d46e7ea9a1549a5bad17eda220a8c2a73e
tree656db5e092183ad5ff9d35d4a2b76a5f41eb010e06652ce452ae07662ca133ac
parente550fa05b5235d9909ade717561cbfc0a252b544635f765d0b98cb09b28e77ff
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.238834 seconds and 4 git commands to generate.