* [PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
@ 2006-11-15 20:37 Alexandre Julliard
2006-11-15 20:49 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Julliard @ 2006-11-15 20:37 UTC (permalink / raw)
To: git
Looks like a repo.or.cz-specific change slipped in.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
---
gitweb/gitweb.perl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index e54a29e..7587595 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -2454,7 +2454,7 @@ sub git_project_list_body {
$pr->{'age_string'} . "</td>\n" .
"<td class=\"link\">" .
$cgi->a({-href => href(project=>$pr->{'path'}, action=>"summary")}, "summary") . " | " .
- $cgi->a({-href => '/git-browser/by-commit.html?r='.$pr->{'path'}}, "graphiclog") . " | " .
+ $cgi->a({-href => href(project=>$pr->{'path'}, action=>"shortlog")}, "shortlog") . " | " .
$cgi->a({-href => href(project=>$pr->{'path'}, action=>"log")}, "log") . " | " .
$cgi->a({-href => href(project=>$pr->{'path'}, action=>"tree")}, "tree") .
($pr->{'forks'} ? " | " . $cgi->a({-href => href(project=>$pr->{'path'}, action=>"forks")}, "forks") : '') .
--
1.4.4.g2e5b
--
Alexandre Julliard
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-11-15 21:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-15 20:37 [PATCH] gitweb: Put back shortlog instead of graphiclog in the project list Alexandre Julliard
2006-11-15 20:49 ` Junio C Hamano
2006-11-15 21:34 ` Petr Baudis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox