Scott Baker
Scott Baker
This is a very interesting proposal... Let me think about it and get back to you.
This sounds like a job for @paulirish
@NemanjaBozovic-TomTom any updates on this?
I suspect you want to change these config lines: ``` git config --global color.diff-highlight.oldNormal "red bold" git config --global color.diff-highlight.newNormal "green bold" ``` You have to set them to whatever...
You could try "normal" for both `oldNormal` and `newNormal`. Color theming is really left up to the users config. I don't see an easy way to make a light **and**...
@johnnyutahh what is the status on this issue?
Is this still an active with v1.4.5? I am unable to recreate the issue with the steps you provided above. ```bash bakers@basement(~/github/diff-so-fancy) $ git rm README.md rm 'README.md' bakers@basement(~/github/diff-so-fancy) $...
@OJFord attempting the same thing with `rm` instead of `git rm` still "works" for me. Git handles it appropriately and passes it to d-s-f which displays the correct content. I'm...
I suspect this has something to do with the fact that you're deleting a binary file. I don't get this error when I delete a tracked _text_ file. Here is...
I'm still unable to recreate this reliably so it's hard to test. If the issue really is the 4:3 line ratio I'd expect it to pop up all over d-s-f...