feat(operations.git): support port and ssh://, https:// URLs#1785
feat(operations.git): support port and ssh://, https:// URLs#1785maisim wants to merge 2 commits into
Conversation
c792fc5 to
845e1ea
Compare
…eyscan The regex in git.repo only parsed SCP-like URLs (user@host), failing on ssh://user@host:port/path and https://host/path formats. Extend parsing to cover these variants and pass the detected port to ssh.keyscan instead of defaulting to 22.
845e1ea to
0ff3930
Compare
|
Sorry for the late review. Needs discussion before merge. The PR extends Issue: when Also, the PR branch is based on Minor notes:
|
The regex in git.repo only parsed SCP-like URLs (user@host), failing on ssh://user@host:port/path and https://host/path formats. Extend parsing to cover these variants and pass the detected port to ssh.keyscan instead of defaulting to 22.
3.xat this time)scripts/dev-test.sh)scripts/dev-lint.sh)conventional commits format