gitweb: Enable tree (directory) history display
[gitweb.git] / gitweb / gitweb.cgi
index 100774215377dd421e67a175db55cd39c9740e49..efffc8d07805cb2c027b29e0b7b4b0411ba1377e 100755 (executable)
@@ -1676,6 +1676,7 @@ sub git_tree {
                              "</td>\n" .
                              "<td class=\"link\">" .
                              $cgi->a({-href => "$my_uri?" . esc_param("p=$project;a=tree;h=$t_hash$base_key;f=$base$t_name")}, "tree") .
+                             " | " . $cgi->a({-href => "$my_uri?" . esc_param("p=$project;a=history;h=$hash_base;f=$base$t_name")}, "history") .
                              "</td>\n";
                }
                print "</tr>\n";