IDEA Update Project creates merge commit when fast-forward merge is possible
I just noticed that IDEA's Update Project action with update method Merge creates a merge commit even though a fast-forward merge is possible and git pull would not create a merge commit.
Can I force Update Project to fast-forward merge or do I have to choose the Rebase update method instead?