mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-01-23 01:36:57 -08:00
fix: LFS locks do not show if user name contains .
character (#902)
This commit is contained in:
parent
5f4c1bb984
commit
011f5258ad
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ namespace SourceGit.Commands
|
||||||
{
|
{
|
||||||
public partial class LFS
|
public partial class LFS
|
||||||
{
|
{
|
||||||
[GeneratedRegex(@"^(.+)\s+(\w+)\s+\w+:(\d+)$")]
|
[GeneratedRegex(@"^(.+)\s+([\w.]+)\s+\w+:(\d+)$")]
|
||||||
private static partial Regex REG_LOCK();
|
private static partial Regex REG_LOCK();
|
||||||
|
|
||||||
class SubCmd : Command
|
class SubCmd : Command
|
||||||
|
|
Loading…
Reference in a new issue