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.
1 parent abf8c62 commit afe977fCopy full SHA for afe977f
diff-so-fancy
@@ -621,7 +621,7 @@ sub check_first_run {
621
# If first-run is not set, or it's set to "true"
622
my $first_run = git_config_boolean('diff-so-fancy.first-run');
623
# See if they're previously set SOME diff-highlight colors
624
- my $has_dh_colors = git_config_boolean($i->{'color.diff-highlight.oldnormal'}) || git_config_boolean($i->{'color.diff-highlight.newnormal'});
+ my $has_dh_colors = git_config_boolean('color.diff-highlight.oldnormal') || git_config_boolean('color.diff-highlight.newnormal');
625
626
if (!$first_run || $has_dh_colors) {
627
return 0;
0 commit comments