It seems that I cannot combine merges with Magit for Emacs without inserting them into the current branch sequentially. Sometimes after merging, a new commit object is created (this is what I want), sometimes commits are issued.
I just want to do "git merge --no-ff topicbranch" in Magit.
So, how do I apply the -no-ff flag / create a new object rule using Magit?
ESWAT source share