-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of uninitialized value in addition #438
Comments
I'm getting something similar here:
Obtained while trying to run Installed from Homebrew:
The parts of my
|
Line 967 does not contain addition. I'm confused trying to track down the bug. Can you try it again with the official release? That should at least give us consistent line numbers. |
If I remove this line from my [color "diff"]
...
- meta = normal
... |
@rxgx I just posted a potential fix on the We don't support "normal" in a gitconfig, but it should fail silently. I put "normal" in my gitconfig like you posted and I don't get an error. This one is a little confusing. |
Commenting
Same error I have even for My Git colors:
Upd: I have to comment everything up to |
The
|
Same here. emptying |
There's a bug in diff-so-fancy which breaks when used as git diff with some values in my git config colors I commented it out. The issue is being worked on in diff-so-fance so-fancy/diff-so-fancy#438
This appears to be related to d-s-f not supporting hex colors, and not understanding "normal" and "default". |
I get this error when running diff-so-fancy:
The text was updated successfully, but these errors were encountered: