On 2020-10-30 6:16 a.m., Birger Skogeng Pedersen wrote:
Hi, I would like to use git gui for a project. The problem is that the repository directory is really gigantic. Doing a scan (F5) takes a couple of minutes to finish.
I've found that enabling Trust File Modification Time helps, at the cost of git-gui doing (very) occasional rescans when it notices that a file it thought was modified turns out to be unmodified. As Konstantin said, things generally improve once the initial scan primes the disk cache. YMMV.
The setting is in the Preferences, or "git config gui.trustmtime true". M.