Fix empty git repo handling logic#33101
Merged
wxiaoguang merged 2 commits intogo-gitea:mainfrom Jan 4, 2025
Merged
Conversation
wxiaoguang
commented
Jan 4, 2025
b337dda to
4ab5817
Compare
4ab5817 to
dc262dc
Compare
lunny
approved these changes
Jan 4, 2025
Zettat123
approved these changes
Jan 4, 2025
wxiaoguang
added a commit
to wxiaoguang/gitea
that referenced
this pull request
Jan 4, 2025
wxiaoguang
added a commit
that referenced
this pull request
Jan 5, 2025
yp05327
reviewed
Jan 6, 2025
Comment on lines
+20
to
+21
| {{else if .Repository.IsEmpty}} | ||
| <div class="ui segment center">{{ctx.Locale.Tr "repo.no_branch"}}</div> |
Contributor
There was a problem hiding this comment.
The quick guide will not be displayed any more after creating a new repo.
Contributor
Author
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Jan 6, 2025
* giteaofficial/main: [skip ci] Updated translations via Crowdin Fix dropdown menu header and mobile view (go-gitea#33108) workflow_dispatch use workflow from trigger branch (go-gitea#33098) [skip ci] Updated translations via Crowdin Trivial fixes (go-gitea#33103) Fix empty git repo handling logic (go-gitea#33101) Refactor legacy line-number and scroll code (go-gitea#33094) Use `Project-URL` metadata field to get a PyPI package's homepage URL (go-gitea#33089) Clean up legacy form CSS styles (go-gitea#33081) [skip ci] Updated translations via Crowdin add myself to maintainers (go-gitea#33088) Make Gitea always use its internal config, ignore `/etc/gitconfig` (go-gitea#33076) Fix "stop time tracking button" on navbar (go-gitea#33084) Fix bleve fuzziness search (go-gitea#33078) Try to fix ACME directory problem (go-gitea#33072) Refactor env var related code (go-gitea#33075)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #33092