Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make default expiration period of reflog used for stash infinite
[gitweb.git]
/
gitweb
/
gitweb.perl
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index 198772c2104708bee899aa5f8ed9ec23267daae1..4de964792fe429211a3e540e05c8cf640660e2ca 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-377,7
+377,7
@@
sub filter_snapshot_fmts {
}
# version of the core git binary
-our $git_version = qx(
$GIT
--version) =~ m/git version (.*)$/ ? $1 : "unknown";
+our $git_version = qx(
"$GIT"
--version) =~ m/git version (.*)$/ ? $1 : "unknown";
$projects_list ||= $projectroot;