]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: git_annotate didn't expect negative numeric timezone
authorJakub Narebski <redacted>
Sat, 26 Aug 2006 00:13:05 +0000 (02:13 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
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.179053 seconds and 4 git commands to generate.