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 cf64a58 commit 1578eccCopy full SHA for 1578ecc
src/Models/Remote.cs
@@ -18,7 +18,7 @@ public partial class Remote
18
[GeneratedRegex(@"^ssh://([\w\-]+@)?[\w\.\-]+(\:[0-9]+)?/([a-zA-z0-9~%][\w\-\./~%]*)?[a-zA-Z0-9](\.git)?$")]
19
private static partial Regex REG_SSH2();
20
21
- [GeneratedRegex(@"^git@([\w\.\-]+):([\w\-/~%]+/[\w\-\.%]+)\.git$")]
+ [GeneratedRegex(@"^git@([\w\.\-]+):([\w\.\-/~%]+/[\w\-\.%]+)\.git$")]
22
private static partial Regex REG_TO_VISIT_URL_CAPTURE();
23
24
private static readonly Regex[] URL_FORMATS = [
0 commit comments