For example, I'd like that any time I run git merge
the merge commit message will include a summary of each commit, not just the "merged branch" message.
Is it possible to configure this?
As described in the git merge
documentation (way down in the CONFIGURATION section):
merge.log
In addition to branch names, populate the log message with at most the specified number of one-line descriptions from the actual commits that are being merged. Defaults to false, and true is a synonym for 20.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With