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
- Add support for SCP-style Git URLs without requiring `git+ssh://` prefix (#490)
17
+
- URLs like `git@github.com:org/repo.git` are now recognized as Git repositories
18
+
-`create_project()` can now auto-detect VCS type for these URLs
19
+
- Addresses issues reported in [vcspull#49](https://github.com/vcs-python/vcspull/issues/49) and [vcspull#426](https://github.com/vcs-python/vcspull/pull/426)
15
20
16
21
<!-- Maintainers, insert changes / features for the next release here -->
0 commit comments