How can I configure git commit
to act as git commit -v
(showing the full diff being committed) by default?
Using an alias is not quite satisfactory, as it does not affect commit message editing during operations which may indirectly commit, such as git rebase
.