Skip to content
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

Prevent panic on looking at api "git" endpoints for empty repos (#22457) #22458

Merged
merged 1 commit into from
Jan 15, 2023

Commits on Jan 15, 2023

  1. Prevent panic on looking at api "git" endpoints for empty repos (go-g…

    …itea#22457)
    
    Backport go-gitea#22457
    
    The API endpoints for "git" can panic if they are called on an empty
    repo. We can simply allow empty repos for these endpoints without worry
    as they should just work.
    
    Fix go-gitea#22452
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    53eb72c View commit details
    Browse the repository at this point in the history