Provide a way to change default commit message format when revert a merge request in Gitlab
When we revert a merge request in Gitlab, the default commit message looks like:
Revert "Merge branch 'jira/ABCD-9830' into 'master'"
This reverts merge request !1604
If I manually revert this merge request in my command-line tool (My git version is 2.21.0), the commit message I get looks like:
Revert "Merge branch 'jira/ABCD-9830'"
This reverts commit cc17355c63158ca8b8459756672cb1037b61e4c8, reversing
changes made to 909e53f70586019bf31748fd7d4494c660f12184.
Could we make the default commit messages that Gitlab generates (the first one) matches the second one? We really care about the commit we reverted (which is cc17355c63158ca8b8459756672cb1037b61e4c8 in this case)
Edited by 🤖 GitLab Bot 🤖