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

Gitblit Support

Open graciano opened this issue 6 years ago • 1 comments

Using a gitblit repo, it opened the following (wrong) URL: https://gitblitremoteexample.com/r/my-repo/tree/my-branch

And I think it should open the following: https://gitblitremoteexample.com/summary/my-repo.git/my-branch

Example URLs

Example clone url:

git://gitblitremoteexample.com/my-repo.git

Example branch name:

my-branch

Expected web URL:

https://gitblitremoteexample.com/summary/my-repo.git/my-branch

graciano avatar Jul 11 '18 20:07 graciano

Willing to accept a PR for this. We recently got a new contribution for supporting a different remote, AWS Code Commit @ #128. May be useful to look at

derimagia avatar Aug 16 '18 21:08 derimagia