You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitLab supports arbitrarily deeply nested sub-groups, meaning that remote URLs like [email protected]:web/frontend/app.git, where web/frontend is the project and app is the repo are valid.
The regex in RemoteRevision.js#parseProjectAndRepo does not support that. Adding a third variable, the full repo path (web/frontend/app in this example), would suffice for supporting GitLab.
Are you up for a PR?
The text was updated successfully, but these errors were encountered:
GitLab supports arbitrarily deeply nested sub-groups, meaning that remote URLs like
[email protected]:web/frontend/app.git
, whereweb/frontend
is the project andapp
is the repo are valid.The regex in
RemoteRevision.js#parseProjectAndRepo
does not support that. Adding a third variable, the full repo path (web/frontend/app
in this example), would suffice for supporting GitLab.Are you up for a PR?
The text was updated successfully, but these errors were encountered: