git diff で一文字ずつ差分表示する

方法

git diff で一文字ずつ差分表示するには次のようにすればよい。

git diff --color-words --word-diff-regex='\\w+|[^[:space:]]'

参考文献

schedule 2019年9月7日
update 2021年12月10日
local_offer #Git