Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin-fsck: move away from object-refs to fsck_walk
[gitweb.git]
/
gitweb
/
gitweb.perl
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index 80e3d0ac47e73943a72c2a5d92067d11fa443d30..ae2d05763fc2d41c9bffdad8809e4e370389412c 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-1606,7
+1606,7
@@
sub git_get_project_description {
my $path = shift;
$git_dir = "$projectroot/$path";
- open my $fd, "$
projectroot/$path
/description"
+ open my $fd, "$
git_dir
/description"
or return git_get_project_config('description');
my $descr = <$fd>;
close $fd;