git-open
git-open copied to clipboard
Gitblit Support
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
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