]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.cgi
gitweb: an obvious cut and paste error.
[Gitweb] / gitweb.cgi
index 94dd1acdb853ceba1a3958f5cff98be8b793689b57892546d52fd9e951b1b49b..d642ca589ed2d5c300c1853e93e7a7c127a65b28ab75db399f20ca42da4a1ba6 100755 (executable)
@@ -1433,7 +1433,7 @@ sub git_summary {
        my $headlist = git_read_refs("refs/heads");
        if (defined @$headlist) {
                git_header_div('heads');
-               git_heads_body($taglist, $head, 0, 15,
+               git_heads_body($headlist, $head, 0, 15,
                               $cgi->a({-href => "$my_uri?" . esc_param("p=$project;a=heads")}, "..."));
        }
 
This page took 0.180745 seconds and 4 git commands to generate.