Is it possible to do a case insensitive git diff while also doing git diff --color-words? Or do I need to use an external diff program while doing
git diff
git diff --color-words
I figured out a way to perform case-insensitive diff, although not with the --color-word option as the OP asked for. See my answer to my own question.