Is there a way to pass git config options to commands at runtime ?
Example use case:
The git commit command does not have a -U option (ie. git diff) to change context lines of -v verbose output, and the user does not want to set diff.context in config files.