How can I use the git config command to implement this configuration:
[diff "odf"] textconv=odt2txt
Like this:
git config diff.odf.textconv odt2txt
This will lead to:
[diff "odf"] textconv = odt2txt