]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Put back shortlog instead of graphiclog in the project list.
[Gitweb] / gitweb.perl
index 5f1088fdb9c5c5424a2f7a7a7d0cb80aa0097a7e6025e4cc9118ed90fee8a4ed..8d15337b1a4a540f5ff3f6cc868067332209c256a2091327375dc0fc587d329f 100755 (executable)
@@ -2455,7 +2455,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") : '') .
This page took 0.268067 seconds and 4 git commands to generate.