mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-21 11:23:32 +01:00
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