nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.63k stars 2.66k forks source link

Finish Release and commit message #6369

Closed Ninerian closed 4 years ago

Ninerian commented 8 years ago

I use git flow at work and at home. When I finish a release with different features, at home the commit message is filled with the commit messages from the features. At work it doesn't.

I installed git flow with homebrew. At work I use El Capitan, at home Yosemite.

Does someone have an explanation for this different behavior?

maxlawton commented 7 years ago

https://git-scm.com/docs/git-config#git-config-mergelog

mwmahlberg commented 6 years ago

Seems to be closeable, doesn’t it?