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
The current 'find $gitroot' solution to check all files examines all the .git meta files as well. These will never match, and on a large repo can be time consuming to skip. This patch excludes them from the find output.
0 commit comments