-
Notifications
You must be signed in to change notification settings - Fork 1
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
Repos without master branch fail to display. #42
Comments
I've resolved this in ae7ecb7, which builds on work done in shurcooL/vcsstate@c4807b9. Unfortunately, in order to reliably support branches other than "master" as default branches, an additional network call must be made. /cc @kr |
That's too bad it needs an extra network call. Note that if you clone a git repo, the default branch is available as
|
Also, thanks! This is great. :) |
Thanks. I am aware of that, and I tried to use that initially. You can see some of those left-over experiments here. However, I cannot rely on that for a few reasons:
|
This is a bug that should be fixed.
E.g., currently happening with:
https://gotools.org/github.com/kr/text
This is related to golang/go#9032 and golang/gddo#405.
The text was updated successfully, but these errors were encountered: