--word-diff for prose and long lines
A line diff on a paragraph shows the whole paragraph removed and added again. Word diff shows the three words that changed.
git diff --word-diff
git log -p --word-diff -- docs/For Markdown, config files with long lines, and the changelog. Set diff.wordRegex if your language tokenises oddly.
git