mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00: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))
|
||||
{
|
||||
_updateSubmodules = DateTime.Now.AddSeconds(1).ToFileTime();
|
||||
return;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue