I never want to run git diff or git show without the options --relative --src-prefix= --dst-prefix=. How can I make this permanent?
I know there are configuration options for certain things, such as
[diff]
algorithm = histogram
… which does the same as --diff-algorithm=histogram, but is there a predictable way to translate option names to configuration names?