We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
master
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
[x]
gitea throws a 500 if you view a repository without a master branch
gitea
500
To reproduce:
git push -u origin some-other-branch
P.S> - Loving gitea - thanks for everyone's hard work!
The text was updated successfully, but these errors were encountered:
Because /HEAD is ref: refs/heads/master but there is no master branch.
ref: refs/heads/master
Sorry, something went wrong.
resolved by #3240
lunny
Successfully merging a pull request may close this issue.
[x]
):Description
gitea
throws a500
if you view a repository without a master branchTo reproduce:
git push -u origin some-other-branch
P.S> - Loving
gitea
- thanks for everyone's hard work!The text was updated successfully, but these errors were encountered: