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.6k stars 2.66k forks source link

when git flow feature finish,It uses the 'git merge' instead of 'git merge --no-ff' #6402

Open narutolby opened 6 years ago

nickdex commented 6 years ago

I noticed this as well, it contradicts with this post Is there a config setting for making it default to 'git merge --no-ff'?