mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +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
|
@ -8,7 +8,7 @@ namespace SourceGit.Commands
|
|||
{
|
||||
WorkingDirectory = repo;
|
||||
Context = repo;
|
||||
Args = "status -uno --ignore-submodules=dirty --porcelain";
|
||||
Args = "--no-optional-locks status -uno --ignore-submodules=dirty --porcelain";
|
||||
}
|
||||
|
||||
public int Result()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue