+5
Refresh (WT): optionally deep-scan into ignored directories [SG-8516]
Latest SmartGit will not show files in ignored folders, even though ignored files are shown (Ctrl+3). This makes it impossible to stage such files. Command line git will optionally display such files when invoking git status --ignored --untracked
Customer support service by UserEcho
Thank you for submitting this RFE. Avoiding ignored directories makes sense for efficiency, particularly with large repos (such as ours!).
The main counterexample I'd like to mention is the one I've run into, which is migrating data in bulk into a Git repo from another source such as a different version control system. I manually audited the list of ignored files, as presented by SmartGit, in order to add any that needed to be preserved. I was unaware that the list was incomplete, and we're now discovering necessary files that didn't survive the migration.
If I'd known about this behavior, I could've used command-line Git to audit ignored files; however, since our repo contains around 30,000 files, that would have been significantly more tedious than using SmartGit's GUI.
I would perhaps suggest something like the following:
Thank you for your consideration!