mirror of
https://github.com/go-gitea/gitea
synced 2025-01-10 17:54:27 +00:00
b348424c64
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. Fix #26765