summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2006-12-10 02:02:48 +0100
committerSimone Rota <sip@crux.nu>2006-12-10 02:02:48 +0100
commitf77ff74ca9819560431cd358fcf1ab386571e0f8 (patch)
tree7f5f39afb12b75e6dbb08b516fee6ecb65f3b5c1
parentd97e38d2943932b45be095299852f073de2f707e (diff)
downloadwebtools-f77ff74ca9819560431cd358fcf1ab386571e0f8.tar.gz
webtools-f77ff74ca9819560431cd358fcf1ab386571e0f8.tar.xz
gitweb: merged with 1.4.4.2
-rwxr-xr-xgitweb/gitweb.cgi5
1 files changed, 2 insertions, 3 deletions
diff --git a/gitweb/gitweb.cgi b/gitweb/gitweb.cgi
index a21c174..b40e42c 100755
--- a/gitweb/gitweb.cgi
+++ b/gitweb/gitweb.cgi
@@ -19,7 +19,7 @@ use File::Basename qw(basename);
binmode STDOUT, ':utf8';
our $cgi = new CGI;
-our $version = "1.4.4";
+our $version = "1.4.4.2";
our $my_url = $cgi->url();
our $my_uri = $cgi->url(-absolute => 1);
@@ -2481,8 +2481,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 => href(project=>$pr->{'path'}, action=>"shortlog")}, "shortlog") . " | " .
-# $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") : '') .

Generated by cgit