Remove git-zip-tree
[gitweb.git] / gitweb / gitweb.perl
index 7ff5c047f3a2a180776c34c5e40debc1fffb8268..3d06181229a089ad63d7a46744680a3b161a72f3 100755 (executable)
@@ -2762,7 +2762,7 @@ sub git_tree {
                if ($have_snapshot) {
                        # FIXME: Should be available when we have no hash base as well.
                        push @views_nav,
-                               $cgi->a({-href => href(action=>"snapshot")},
+                               $cgi->a({-href => href(action=>"snapshot", hash=>$hash)},
                                        "snapshot");
                }
                git_print_page_nav('tree','', $hash_base, undef, undef, join(' | ', @views_nav));