We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gitmodule
1 parent 2263e43 commit 6290378Copy full SHA for 6290378
src/Models/Watcher.cs
@@ -256,6 +256,7 @@ private void HandleWorkingCopyFileChanged(string name)
256
if (name.Equals(".gitmodules", StringComparison.Ordinal))
257
{
258
_updateSubmodules = DateTime.Now.AddSeconds(1).ToFileTime();
259
+ _updateWC = DateTime.Now.AddSeconds(1).ToFileTime();
260
return;
261
}
262
0 commit comments