mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
ChangeListManager can return outdated list of affected files. untracked files from UntrackedFilesHolder are always up to date. This can lead to file duplication on running action after deleting git repo (all old affected files become untracked, but data is not refreshed yet).