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

When handling errors in storageHandler check underlying error (#13178) #13193

Merged
merged 3 commits into from
Oct 18, 2020

Commits on Oct 18, 2020

  1. When handling errors in storageHandler check underlying error (go-git…

    …ea#13178)
    
    Unfortunately there was a mistake in go-gitea#13164 which fails to handle
    os.PathError wrapping an os.ErrNotExist
    
    Signed-off-by: Andrew Thornton <[email protected]>
    
    Co-authored-by: techknowlogick <[email protected]>
    zeripath and techknowlogick committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    6876fd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b7a93 View commit details
    Browse the repository at this point in the history
  3. add missing import

    techknowlogick committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    9d03ca3 View commit details
    Browse the repository at this point in the history