Skip to content

Commit 2e3792a

Browse files
committed
docs(parser,git): Link to Git URLs
1 parent 44e0b79 commit 2e3792a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libvcs/parse/git.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@
9191
),
9292
# SCP-style URLs, e.g. git@
9393
]
94-
"""Core regular expressions. These are patterns understood by ``git(1)``"""
94+
"""Core regular expressions. These are patterns understood by ``git(1)``
95+
96+
See also: https://git-scm.com/docs/git-clone#URLS
97+
"""
9598

9699

97100
#

0 commit comments

Comments
 (0)