We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git submodule status
U
1 parent 65808e5 commit 57d15dcCopy full SHA for 57d15dc
src/Commands/QuerySubmodules.cs
@@ -6,9 +6,9 @@ namespace SourceGit.Commands
6
{
7
public partial class QuerySubmodules : Command
8
9
- [GeneratedRegex(@"^[\-\+ ][0-9a-f]+\s(.*)\s\(.*\)$")]
+ [GeneratedRegex(@"^[U\-\+ ][0-9a-f]+\s(.*)\s\(.*\)$")]
10
private static partial Regex REG_FORMAT1();
11
- [GeneratedRegex(@"^[\-\+ ][0-9a-f]+\s(.*)$")]
+ [GeneratedRegex(@"^[U\-\+ ][0-9a-f]+\s(.*)$")]
12
private static partial Regex REG_FORMAT2();
13
[GeneratedRegex(@"^\s?[\w\?]{1,4}\s+(.+)$")]
14
private static partial Regex REG_FORMAT_STATUS();
0 commit comments