summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae20de5)
raw | patch | inline | side by side (parent: ae20de5)
author | Jakub Narebski <jnareb@gmail.com> | |
Wed, 21 Jun 2006 07:48:04 +0000 (09:48 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Jun 2006 09:02:01 +0000 (02:02 -0700) |
(cherry picked from 9dca843086356b964f27d8fabe1e3c48074a9f02 commit)
Signed-off-by: Jakub Narebski <jnareb.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Jakub Narebski <jnareb.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.cgi | patch | blob | history |
diff --git a/gitweb/gitweb.cgi b/gitweb/gitweb.cgi
index 87ec565f63847cbf6a3815e5f8756bc6a8d1a889..ef7fcbd84f1b80bfef982685a445cca1923692af 100755 (executable)
--- a/gitweb/gitweb.cgi
+++ b/gitweb/gitweb.cgi
my $my_uri = $cgi->url(-absolute => 1);
my $rss_link = "";
+# location of the git-core binaries
+my $gitbin = "/usr/bin";
+
# absolute fs-path which will be prepended to the project path
#my $projectroot = "/pub/scm";
my $projectroot = "/home/kay/public_html/pub/scm";
-# location of the git-core binaries
-my $gitbin = "/usr/bin";
-
# version of the git-core binaries
my $git_version = qx($gitbin/git --version);
if ($git_version =~ m/git version (.*)$/) {