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
I modified the .gitmodules file outside SourceGit and the change did not appear under Unstaged changes.
Watcher.HandleWorkingCopyFileChanged() does an early exit for .gitmodules (after setting _updateSubmodules), which means _updateWC will NOT be set for this file.