If you add
+refs/merge-requests/*/head:refs/remotes/origin/merge-requests/*
to a multibranch pipeline's scm checkout config, during branch discovery `git fetch` shows a branch for each gitlab merge request but `ls-remote` does not.
Is there a way to configure it so that they can be discovered?
Thanks