mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-02 01:34:58 +00:00
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:
parent
afbd0d7135
commit
c73f775aa5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue