Re: [PATCH] gitweb: Add "next" link to commitdiff view
From: Junio C Hamano <hidden>
Date: 2016-08-11 20:32:02
Jakub Narebski [off-list ref] writes:
Jakub Narebski wrote:quoted
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> --- Junio (and others), is it what you wanted? The idea was to change "commitdiff" view only in minimal way, and preserve similarity to "commit" format.Any reasons not to accept this patch?
Nothing other than it was lost in the noise (I am partly responsible for) that followed the patch. Message-ID: [ref] Who acked this in the discussion? I'd like to add "Acked-by:" for them when I make the commit.