Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Link to latest tree from the head line in heads list
author
Petr Baudis
<pasky@suse.cz>
Fri, 22 Sep 2006 01:19:46 +0000
(
03:19
+0200)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 22 Sep 2006 04:00:51 +0000
(21:00 -0700)
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
35749ae
)
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index cbbd75c2c7dfd0d9a5294bdb8496e66233c18e55..0091e18215bc1c4de377db9a115df9e3ceead6b9 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-2163,7
+2163,8
@@
sub git_heads_body {
"</td>\n" .
"<td class=\"link\">" .
$cgi->a({-href => href(action=>"shortlog", hash=>$tag{'name'})}, "shortlog") . " | " .
- $cgi->a({-href => href(action=>"log", hash=>$tag{'name'})}, "log") .
+ $cgi->a({-href => href(action=>"log", hash=>$tag{'name'})}, "log") . " | " .
+ $cgi->a({-href => href(action=>"tree", hash=>$tag{'name'}, hash_base=>$tag{'name'})}, "tree") .
"</td>\n" .
"</tr>";
}