mirror of
https://gitee.com/gitea/gitea
synced 2026-03-01 01:55:37 +08:00
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.