Hello,
I recently set the option `commit.verbose` to `true` for git version 2.42.0, and I really like it.
However, most of the time, commits are malformed if I don’t remove the diff after the marker
`# ------------------------ >8 ------------------------`
I would expect that anything after the marker is automatically removed by git, or could it be that some pre-commit script see the raw commit message before it is cleaned-up by git itself?
Best,
Matthieu