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 e1810d1 commit 0e49f14Copy full SHA for 0e49f14
libvcs/parse/git.py
@@ -136,6 +136,7 @@
136
""",
137
re.VERBOSE,
138
),
139
+ is_explicit=True,
140
141
Matcher(
142
label="pip-scp-url",
@@ -149,6 +150,7 @@
149
150
151
152
153
154
155
# file://, RTC 8089, File:// https://datatracker.ietf.org/doc/html/rfc8089
156
@@ -162,6 +164,7 @@
162
164
163
165
166
167
168
169
]
170
"""pip-style git URLs.
0 commit comments