]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: git_annotate didn't expect negative numeric timezone
[Gitweb] / gitweb.perl
index 0c2ec7b788d9d2e149f0acc4758a8e61fcf5c85894fbc8e57ae856aa976b730b..36fae5723f66816d6234a3b56ac66f2acf9594072f9d4867812904e9236580d6 100755 (executable)
@@ -2291,7 +2291,7 @@ HTML
                chomp $line;
                $line_class_num = ($line_class_num + 1) % $line_class_len;
 
-               if ($line =~ m/^([0-9a-fA-F]{40})\t\(\s*([^\t]+)\t(\d+) \+\d\d\d\d\t(\d+)\)(.*)$/) {
+               if ($line =~ m/^([0-9a-fA-F]{40})\t\(\s*([^\t]+)\t(\d+) [+-]\d\d\d\d\t(\d+)\)(.*)$/) {
                        $long_rev = $1;
                        $author   = $2;
                        $time     = $3;
This page took 0.182241 seconds and 4 git commands to generate.