X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/c76ed35d879c2149241709ff2966122860aac619d7e0402c04bd771ec71a78ac..3c8296019ffc1b5e0bcdb3321a7b2dd1aaeab92f47219a948c71eae79be5d542:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 411d965..e0da960 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -95,7 +95,7 @@ our $favicon = "++GITWEB_FAVICON++"; # URI and label (title) of GIT logo link #our $logo_url = "http://www.kernel.org/pub/software/scm/git/docs/"; #our $logo_label = "git documentation"; -our $logo_url = "http://git.or.cz/"; +our $logo_url = "http://git-scm.com/"; our $logo_label = "git homepage"; # source of projects list @@ -4827,7 +4827,7 @@ HTML while ($data = <$fd>) { chomp $data; last if ($data =~ s/^\t//); # contents of line - if ($data =~ /^(\S+) (.*)$/) { + if ($data =~ /^(\S+)(?: (.*))?$/) { $meta->{$1} = $2; } } @@ -4839,7 +4839,9 @@ HTML if ($group_size) { $current_color = ($current_color + 1) % $num_colors; } - print "