We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whilst looking at #9708 I've noticed that there is an issue with:
gitea/modules/repofiles/delete.go
Line 49 in 1751d5f
This should be
if err != nil && !git.IsErrNotExist(err) {
however this breaks several tests which need to also be fixed.
The text was updated successfully, but these errors were encountered:
Fix go-gitea#9752
8a8559a
Fix #9752 (#9769)
d171cd4
Fix go-gitea#9752 (go-gitea#9769)
8acfa2e
Fix #9752 (#9769) (#9775)
602c5da
Co-authored-by: zeripath <[email protected]>
Successfully merging a pull request may close this issue.
Whilst looking at #9708 I've noticed that there is an issue with:
gitea/modules/repofiles/delete.go
Line 49 in 1751d5f
This should be
however this breaks several tests which need to also be fixed.
The text was updated successfully, but these errors were encountered: