Hi Not sure if this is the correct place for this issue. Just started using this npm package and it's great, it makes reading diffs in my terminal great. However when I use `git add --patch` it uses the old style diff to display each chunk that's about to be staged. Is `git add --patch` not supposed to use `diff` under the hood, which is now `diff-so-fancy`? Is there anything we can do to use `diff-so-fancy` with `git add --patch`? Thanks