We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1ec35d + 3b3c79f commit b895e8dCopy full SHA for b895e8d
contrib/diff-highlight/DiffHighlight.pm
@@ -72,7 +72,7 @@ sub handle_line {
72
(?:$COLOR?\|$COLOR?[ ])* # zero or more trailing "|"
73
[ ]* # trailing whitespace for merges
74
/x) {
75
- my $graph_prefix = $&;
+ my $graph_prefix = $&;
76
77
# We must flush before setting graph indent, since the
78
# new commit may be indented differently from what we
0 commit comments