]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: use fullname as hash_base in heads link
[Gitweb] / gitweb.perl
index dd45026a3a6dcf420e4d64113b3e799a404b04c69612987f3e7fbd54ed957884..26d0170b3216e4d707da214a67b36551de76e79752465f65de0c58a7abca5bca 100755 (executable)
@@ -4959,7 +4959,7 @@ sub git_heads_body {
                      "<td class=\"link\">" .
                      $cgi->a({-href => href(action=>"shortlog", hash=>$ref{'fullname'})}, "shortlog") . " | " .
                      $cgi->a({-href => href(action=>"log", hash=>$ref{'fullname'})}, "log") . " | " .
-                     $cgi->a({-href => href(action=>"tree", hash=>$ref{'fullname'}, hash_base=>$ref{'name'})}, "tree") .
+                     $cgi->a({-href => href(action=>"tree", hash=>$ref{'fullname'}, hash_base=>$ref{'fullname'})}, "tree") .
                      "</td>\n" .
                      "</tr>";
        }
This page took 0.26788 seconds and 4 git commands to generate.