Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow nested repositories #203

Open
buschtoens opened this issue Aug 22, 2017 · 1 comment
Open

Allow nested repositories #203

buschtoens opened this issue Aug 22, 2017 · 1 comment

Comments

@buschtoens
Copy link

buschtoens commented Aug 22, 2017

GitLab supports arbitrarily deeply nested sub-groups, meaning that remote URLs like git@git.devrepo.ddg: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?

@alexcorre
Copy link
Owner

@buschtoens definitely up for a PR to support this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants