summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7a13b99)
raw | patch | inline | side by side (parent: 7a13b99)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 1 Aug 2006 02:12:18 +0000 (19:12 -0700) | ||
committer | Junio 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 | patch | blob | history |
diff --git a/gitweb/gitweb.cgi b/gitweb/gitweb.cgi
index 9569af09b5dd201a3f646071e6c82c01643d40d5..902b96a914c9e571289924bcef02def2e7d77f3e 100755 (executable)
--- a/gitweb/gitweb.cgi
+++ b/gitweb/gitweb.cgi
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")}, "..."));
}