Cross-server merge requests?
Created by: aepsil0n
I was wondering about the following idea after having played around a little bit with GitLab: what about cross-server merge requests?
That means, that one could clone a repository managed by GitLab, make it publicly available somewhere and then manually file a merge request for a particular branch on the forked repository. This would play along awesomely with git's distributed nature.
Is this technically feasible? Do you think it is a useful feature? Does GitLab even support something like that already?