While performing merge requests in GitLab is there any options to set that it should only merge if fast-forward only.
While merging feature branches I want to avoid an extra merge commit like this one Merge branch 'user/work' into 'develop' I need the merge to use -ff, --ff-only and --log. git merge --ff --ff-only --log origin/user/work -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/0f270109-5656-408a-a029-ffc2834cda30%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
