git-blame icon indicating copy to clipboard operation
git-blame copied to clipboard

Allow nested repositories

Open buschtoens opened this issue 7 years ago • 1 comments

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?

buschtoens avatar Aug 22 '17 16:08 buschtoens

@buschtoens definitely up for a PR to support this feature

alexcorre avatar Sep 24 '17 18:09 alexcorre