I can’t seem to get my merges intact with Magit for Emacs without squashing them into the current branch consistently. Sometimes a new commit object is created after the merge (which is what I want), sometimes commits are squashed.
I basically just want to do 'git merge --no-ff topicbranch' in Magit.
So how do I enforce the --no-ff flag/create new object rule with Magit?