gitweb: Improve "next" link in commitdiff view
commitada3e1f7334b19c98688bcbd7a24d6b559173dfa
authorJakub Narebski <jnareb@gmail.com>
Fri, 8 Jun 2007 11:26:31 +0000 (8 13:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Jun 2007 23:57:48 +0000 (10 16:57 -0700)
treeb1a946b1de0c6c3450a081f06cfb84d458868591
parent47598d7a4920f02c60d7091e7186c50468d83aab
gitweb: Improve "next" link in commitdiff view

Check if 'hp' (hash_parent) parameter to 'commitdiff' view is one of
'h' (hash) commit parents, i.e. if commitdiff is of the form
"<commit>^<n> <commit>", and mark it as such in the bottom part of
navigation bar. The "next" link in commitdiff view was introduced
in commit 151602df00b8e5c5b4a8193f59a94b85f9b5aebc

If 'hb' is n-th parent of 'h', show the following at the bottom
of navigation bar:
  (from parent n: _commit_)

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl