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: support SSH URLs with port numbers in GitRepositoryRefParser
- Add support for ssh:// URL format (ssh://git@host:port/owner/repo)
- Add support for traditional SSH format with port (git@host:port:owner/repo)
- Parse port number correctly by checking if it's numeric
- Use next_back() instead of last() for better performance per clippy
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments