enhance: mark submodule having local changes even if there are only untracked files (#1344)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-05-21 20:47:10 +08:00
parent afbd0d7135
commit c73f775aa5
No known key found for this signature in database

View file

@ -112,7 +112,7 @@ namespace SourceGit.Commands
}
}
Args = $"--no-optional-locks status -uno --porcelain -- {builder}";
Args = $"--no-optional-locks status --porcelain -- {builder}";
rs = ReadToEnd();
if (!rs.IsSuccess)
return submodules;