[Mesa-dev] Thoughts after hitting 100 merge requests?

Daniel Stone daniel at fooishbar.org
Sun Jan 27 18:32:51 UTC 2019


Hi,

On Fri, 25 Jan 2019 at 23:24, Rob Clark <robdclark at gmail.com> wrote:
> (Hmm, I guess I should take a look at what sort of API gitlab offers,
> but that will probably have to wait until after the branchpoint.. tbh
> I'd actually be pretty happy w/ a gitlab equiv of 'git pw as -s' for
> merging things from cmdline.)

Add this to your Git remote specification:
    fetch = +refs/merge-requests/*:refs/heads/mr/*

And then the actual branch submitted for an MR will be present as mr/100/head.

Cheers,
Daniel


More information about the mesa-dev mailing list