You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(code-hosting): recognize SSH repository hosts with userinfo
Use parsed hostnames instead of raw netloc values when matching configured code-hosting domains. This keeps ssh://git@host and explicit-port repository URLs on the supported code-hosting path while preserving git clone handling for SSH repository sources.
Add focused regression coverage for SSH URL userinfo and explicit-port repository URL helpers.
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
0 commit comments