aboutsummaryrefslogtreecommitdiffstats
path: root/gitweb/gitweb.perl
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-23 23:29:37 -0700
committerJunio C Hamano <junkio@cox.net>2007-03-23 23:29:37 -0700
commitb08bbae7e1676e5a47fa9054e268ff14ee819a3a (patch)
tree47a39ed69d79a060825f648d810c868eed6f89bc /gitweb/gitweb.perl
parentDocumentation: bisect: make a comment fit better in the man page. (diff)
parentgitweb: Fix "next" link in commit view (diff)
downloadgit-b08bbae7e1676e5a47fa9054e268ff14ee819a3a.tar.gz
git-b08bbae7e1676e5a47fa9054e268ff14ee819a3a.zip
Merge branch 'maint'
* maint: gitweb: Fix "next" link in commit view
Diffstat (limited to 'gitweb/gitweb.perl')
-rwxr-xr-xgitweb/gitweb.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index 27b5970bca..5214050a88 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -3719,7 +3719,7 @@ sub git_commit {
$formats_nav .=
'(merge: ' .
join(' ', map {
- $cgi->a({-href => href(action=>"commitdiff",
+ $cgi->a({-href => href(action=>"commit",
hash=>$_)},
esc_html(substr($_, 0, 7)));
} @$parents ) .