]> asedeno.scripts.mit.edu Git - git.git/commitdiff
gitweb: an obvious cut and paste error.
authorJunio C Hamano <junkio@cox.net>
Tue, 1 Aug 2006 02:12:18 +0000 (19:12 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 1 Aug 2006 02:22:04 +0000 (19:22 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.cgi

index 9569af09b5dd201a3f646071e6c82c01643d40d5..902b96a914c9e571289924bcef02def2e7d77f3e 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")}, "..."));
        }