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.
.
1 parent 5f4c1bb commit 011f525Copy full SHA for 011f525
src/Commands/LFS.cs
@@ -7,7 +7,7 @@ namespace SourceGit.Commands
7
{
8
public partial class LFS
9
10
- [GeneratedRegex(@"^(.+)\s+(\w+)\s+\w+:(\d+)$")]
+ [GeneratedRegex(@"^(.+)\s+([\w.]+)\s+\w+:(\d+)$")]
11
private static partial Regex REG_LOCK();
12
13
class SubCmd : Command
0 commit comments