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 c145093 commit 584806eCopy full SHA for 584806e
readthedocs/vcs_support/backends/git.py
@@ -1,5 +1,6 @@
1
"""Git-related utilities."""
2
3
+import re
4
from typing import Iterable
5
from urllib.parse import urlparse
6
0 commit comments