mirror of
https://github.com/go-gitea/gitea
synced 2025-01-12 02:34:28 +00:00
4f5122a7fe
Backport #28276 The git command may operate the git directory (add/remove) files in any time. So when the code iterates the directory, some files may disappear during the "walk". All "IsNotExist" errors should be ignored.