I have this in my .gitconfig:
[pager] show = diff-highlight diff = diff-highlight When I do git diff, thendiff-highlight is used for color highlighting.
How can I specify on the command line a different highlighter? I want to use diffr, without changing the default in .gitconfig.
I tried git difftool --tool=diffr but this does nit work, and it seems this is different from what I want.