mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
fix: local changes do not updated after submodule changed (#339)
This commit is contained in:
parent
905664c5e2
commit
d37f53a4f3
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ namespace SourceGit.Models
|
||||||
if (name.StartsWith(submodule, StringComparison.Ordinal))
|
if (name.StartsWith(submodule, StringComparison.Ordinal))
|
||||||
{
|
{
|
||||||
_updateSubmodules = DateTime.Now.AddSeconds(1).ToFileTime();
|
_updateSubmodules = DateTime.Now.AddSeconds(1).ToFileTime();
|
||||||
return;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue