gitweb: Use href(-replay=>1,...) for formats links in "commitdiff"
commitd0e6e29ee618c730c4428a52b7eb0be54c6af17a
authorJakub Narebski <jnareb@gmail.com>
Sun, 30 Oct 2011 23:36:26 +0000 (31 00:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Oct 2011 22:22:58 +0000 (31 15:22 -0700)
treecc3854d7f50915971ec5e63c5473f561d9d698c1
parent1e706eccd4051f0ff52d54aaf199496cc951a7bb
gitweb: Use href(-replay=>1,...) for formats links in "commitdiff"

Use href(-replay->1,...) in (sub)navigation links (like changing style
of view, or going to parent commit) so that extra options are
preserved.

This is needed so clicking on such (sub)navigation link would preserve
style of diff; for example when using "side-by-side" diff style then
going to parent commit would now also use this style.

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