X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/1289c20464b05b20522e9896431893afb3b40217beb0364e15058dd82a65d0e0..f4dcaf659d29f6b34e51e2e2131c47dbead225164d0dc080c621a117c4a8a51d:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 806e6d2..d9873e9 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -2870,6 +2870,8 @@ sub git_log { $cgi->a({-href => href(action=>"commit", hash=>$commit)}, "commit") . " | " . $cgi->a({-href => href(action=>"commitdiff", hash=>$commit)}, "commitdiff") . + " | " . + $cgi->a({-href => href(action=>"tree", hash=>$commit), hash_base=>$commit}, "tree") . "
\n" . "\n" . "" . esc_html($co{'author_name'}) . " [$ad{'rfc2822'}]
\n" .