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
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
changed the title
gitblit branches don't work
Gitblit Support
Aug 16, 2018
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
The text was updated successfully, but these errors were encountered: