Commit message format of merge-request automerge
Created by: yvbeek
GitLab generates a commit message of the following format:
Merge branch 'feature-abc' of /home/git/repositories/repo
Is there a way to make it:
Merge branch 'feature-abc' into develop
The destination branch seems more logical than the repository path.