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

Fix 500 on README in submodule #13006

Merged

Commits on Oct 1, 2020

  1. Fix 500 on README in submodule

    If a README file is a symlink to a submodule Gitea the view branch page
    will return a 500.
    
    The underlying problem is a missed conversion of an
    plumbing.ErrObjectNotFound in git/tree_blob.go.
    
    Fix go-gitea#12599
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    2a33b0b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    61e459e View commit details
    Browse the repository at this point in the history