Skip to content

Commit c73f775

Browse files
committed
enhance: mark submodule having local changes even if there are only untracked files (#1344)
Signed-off-by: leo <[email protected]>
1 parent afbd0d7 commit c73f775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/QuerySubmodules.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public QuerySubmodules(string repo)
112112
}
113113
}
114114

115-
Args = $"--no-optional-locks status -uno --porcelain -- {builder}";
115+
Args = $"--no-optional-locks status --porcelain -- {builder}";
116116
rs = ReadToEnd();
117117
if (!rs.IsSuccess)
118118
return submodules;

0 commit comments

Comments
 (0)