mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
enhance: use --no-optional-locks
parameter for git status
command
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
e65cb50495
commit
2b2f070c4a
3 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ namespace SourceGit.Commands
|
|||
|
||||
if (submodules.Count > 0)
|
||||
{
|
||||
Args = $"status -uno --porcelain -- {builder}";
|
||||
Args = $"--no-optional-locks status -uno --porcelain -- {builder}";
|
||||
rs = ReadToEnd();
|
||||
if (!rs.IsSuccess)
|
||||
return submodules;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue