]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: an obvious cut and paste error.
authorJunio C Hamano <redacted>
Tue, 1 Aug 2006 02:12:18 +0000 (19:12 -0700)
committerLady <redacted>
Mon, 6 Apr 2026 04:05:46 +0000 (00:05 -0400)
Signed-off-by: Junio C Hamano <redacted>
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.229083 seconds and 4 git commands to generate.