On , I learnt ...

About Git’s diff.relative config option

Setting this option to true in ~/.gitconfig ensures diff commands show paths relative to the current directory:

[diff]
relative = true

This is mentioned on the diff options page in the Git online manual.