You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git.is_tracked() recreates a list of tracked files for each call and is called for each file walk_files() will find. Both lists are proportional to repo size, which makes _find_all_targets() ~ O(repo_size ** 2).