X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tig.pl;h=a11921818af301a9a26a403b35043553dae8e19a;hb=bfd5d27338963d359e144db67e58cb69b0bb5496;hp=5fc7625ea46ff91162aab61c897dc3fdc06790f3;hpb=038da645d825eb46018d0e92317594e54b37250e;p=config%2Fdotfiles.git diff --git a/tig.pl b/tig.pl index 5fc7625..a119218 100755 --- a/tig.pl +++ b/tig.pl @@ -51,7 +51,7 @@ while (my $line = <$fh>) { } # Commit line. - $line =~ /^([ *|]+)\x00(.+)\x00(.+)\x00(.+)\x00(.+)\x00(.*)$/ + $line =~ /^([ *|.-]+)\x00(.+)\x00(.+)\x00(.+)\x00(.+)\x00(.*)$/ or die $line; my $prefix = $1; my $hash = colored($2, $color_hash);