X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tig.pl;h=77b7d9416600f812fd760bbf7f05df208e99effa;hb=4bf926384a26bbdbe7c6bb6476aa6093381667c8;hp=f753408bba21d20eb89af891c55b82e19578349f;hpb=c132a73d71bfb6de4bdbe4ea935e5df7968dd179;p=config%2Fdotfiles.git diff --git a/tig.pl b/tig.pl index f753408..77b7d94 100755 --- a/tig.pl +++ b/tig.pl @@ -50,7 +50,7 @@ while (my $line = <$fh>) { } # Commit line. - $line =~ /^([ *|]+) (.+)\x00(.+)\x00(.+)\x00(.+)\x00(.*)$/ or die; + $line =~ /^([ *|]+) (.+)\x00(.+)\x00(.+)\x00(.+)\x00(.*)$/ or die $line; my $prefix = $1; my $hash = colored($2, $color_hash); my $date = POSIX::strftime('%Y-%m-%d', localtime($3));