gitweb: Link to latest tree from the head line in heads list
Signed-off-by: Petr Baudis <pasky@suse.cz> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
35749ae566
commit
1d62be25ed
@ -2163,7 +2163,8 @@ sub git_heads_body {
|
|||||||
"</td>\n" .
|
"</td>\n" .
|
||||||
"<td class=\"link\">" .
|
"<td class=\"link\">" .
|
||||||
$cgi->a({-href => href(action=>"shortlog", hash=>$tag{'name'})}, "shortlog") . " | " .
|
$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" .
|
"</td>\n" .
|
||||||
"</tr>";
|
"</tr>";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user