From: Petr Baudis Date: Fri, 22 Sep 2006 01:19:48 +0000 (+0200) Subject: gitweb: Link to associated tree from a particular log item in full log view X-Git-Tag: v1.4.3-rc1~58 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6ef4cb2e8dd791612044f5e71f61a4788e87c4ac;p=git.git gitweb: Link to associated tree from a particular log item in full log view Signed-off-by: Petr Baudis Signed-off-by: Junio C Hamano --- diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 0091e1821..34ef3fc8e 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/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" .